Update testing matrix

This commit is contained in:
Grant McConnaughey 2017-12-17 10:17:22 -06:00
parent d9c162cda9
commit 1511e67d66

View file

@ -14,12 +14,15 @@ script: make test
env:
- DJANGO=1.9.13
- DJANGO=1.10.7
- DJANGO=1.11.1
- DJANGO=1.11.8
- DJANGO=2.0
matrix:
exclude:
- python: 3.6
env: DJANGO=1.9.13
- python: 3.6
env: DJANGO=1.10.7
- python: 2.7
env: DJANGO=2.0
after_success:
- coveralls