Test against Django 2.1

This commit is contained in:
Matt Molyneaux 2018-09-17 20:43:32 +01:00 committed by Guillaume Baffoin
parent 17da84172e
commit 0e5322d973
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ env:
global:
- PYTHONWARNINGS=default,ignore::PendingDeprecationWarning,ignore::ResourceWarning
matrix:
- DJANGO='>=2.1,<2.2'
- DJANGO='>=2.0,<2.1'
- DJANGO='>=1.11,<1.12'
- DJANGO='>=1.10,<1.11'
@ -19,6 +20,8 @@ matrix:
exclude:
- python: 2.7
env: DJANGO='>=2.0,<2.1'
- python: 2.7
env: DJANGO='>=2.1,<2.2'
addons:
apt:
packages: