up version tests

This commit is contained in:
Val Neekman 2017-03-08 11:13:17 -05:00
parent 58974fefc9
commit 7192fd01a2
2 changed files with 7 additions and 4 deletions

View file

@ -9,8 +9,9 @@ python:
- pypy
env:
- DJANGO="django==1.9.7"
- DJANGO="django==1.8.13"
- DJANGO="django==1.10.6"
- DJANGO="django==1.9.12"
- DJANGO="django==1.8.17"
install:
- pip install $DJANGO
@ -27,7 +28,9 @@ before_script:
matrix:
exclude:
- python: "3.3"
env: DJANGO="django==1.9.7"
env: DJANGO="django==1.10.6"
- python: "3.3"
env: DJANGO="django==1.9.12"
script: coverage run --source=uuslug manage.py test

View file

@ -1 +1 @@
Django>=1.4+
Django>=1.8