Test against Django 2.1

This commit is contained in:
Matt Molyneaux 2018-09-17 20:43:32 +01:00
parent 500a410f38
commit ae19c32312

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: