mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Update .travis.yml
Added latest Python and Django versions to Travis-CI.
This commit is contained in:
parent
5bc4ff465b
commit
21575ba04b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
- 3.6
|
||||
|
|
@ -9,6 +10,8 @@ env:
|
|||
global:
|
||||
- PYTHONWARNINGS=default,ignore::PendingDeprecationWarning,ignore::ResourceWarning
|
||||
matrix:
|
||||
- DJANGO='>=3.2,<4.0'
|
||||
- DJANGO='>=3.1,<3.2'
|
||||
- DJANGO='>=3.0,<3.1'
|
||||
- DJANGO='>=2.2,<3.0'
|
||||
- DJANGO='>=2.1,<2.2'
|
||||
|
|
@ -17,6 +20,8 @@ env:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- python: 3.9
|
||||
env: DJANGO='>=1.11,<1.12'
|
||||
- python: 3.8
|
||||
env: DJANGO='>=1.11,<1.12'
|
||||
- python: 3.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue