Getting Travis right isn't so easy.

This commit is contained in:
Quantum 2017-07-15 02:26:00 -04:00
parent cdfc538b8f
commit 0381865bd1
2 changed files with 5 additions and 5 deletions

View file

@ -3,12 +3,12 @@ python:
- "2.7"
- pypy
env:
- DJANGO_VERSION=>=1.8,<1.9
- DJANGO_VERSION=>=1.9,<1.10
- DJANGO_VERSION=>=1.10,<1.11
- DJANGO_VERSION=>=1.11,<2
- DJANGO_VERSION=">=1.8,<1.9"
- DJANGO_VERSION=">=1.9,<1.10"
- DJANGO_VERSION=">=1.10,<1.11"
- DJANGO_VERSION=">=1.11,<2"
install:
- pip install . codecov Django$DJANGO_VERSION
- pip install codecov "Django$DJANGO_VERSION"
script:
- coverage run --source=csp_advanced testproject/manage.py test
after_script:

0
setup.py Normal file → Executable file
View file