fix travis

This commit is contained in:
nitely 2018-01-30 10:11:23 -03:00
parent e00e4f0311
commit 3989d2c97f
1 changed files with 3 additions and 2 deletions

View File

@ -12,10 +12,11 @@ env:
- DJANGO=1.8.18
- DJANGO=1.9.13
- DJANGO=1.10.8
- DJANGO=1.11.5
- DJANGO=1.11.9
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install .[files]
- pip uninstall django-spirit -y
- pip install -q Django==$DJANGO
- pip install coveralls pep8==1.5.7 flake8
script: