Update .travis.yml
This commit is contained in:
parent
8aff1f9eb5
commit
966acf8f92
@ -6,6 +6,8 @@ python:
|
||||
env:
|
||||
- DJANGO_PACKAGE="Django>=1.7,<1.8"
|
||||
- DJANGO_PACKAGE="Django>=1.8,<1.9"
|
||||
- DJANGO_PACKAGE="Django>=1.9,<1.10"
|
||||
- DJANGO_PACKAGE="Django>=1.10,<1.11"
|
||||
install: pip install $DJANGO_PACKAGE
|
||||
script: ./runtests.py
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user