Merge pull request #251 from moggers87/django-2.1

Test against Django 2.1
This commit is contained in:
Dave Hall 2018-09-18 19:54:08 +01:00 committed by GitHub
commit 348703e1da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: