mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-19 02:21:06 +00:00
Adding some test matrix exclusions
This commit is contained in:
parent
bf5de0fd01
commit
585dbf7d82
2 changed files with 6 additions and 1 deletions
|
|
@ -20,6 +20,10 @@ env:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- python: 3.8
|
||||
env: DJANGO='>=1.9,<1.10'
|
||||
- python: 3.8
|
||||
env: DJANGO='>=1.8,<1.9'
|
||||
- python: 2.7
|
||||
env: DJANGO='>=2.0,<2.1'
|
||||
- python: 2.7
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -33,9 +33,10 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
"Framework :: Django",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue