Update .travis.yml

Added latest Python and Django versions to Travis-CI.
This commit is contained in:
Benedikt Willi 2021-07-20 11:55:15 +02:00 committed by GitHub
parent 5bc4ff465b
commit 21575ba04b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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