Updated pytest for python 3.5

force upgrade on Travis
This commit is contained in:
Ilan Steemers
2015-09-19 15:23:32 +02:00
parent 3a7e83f7b2
commit c135975456
+1
View File
@@ -27,6 +27,7 @@ before_script:
install:
- pip install -q django==$DJANGO
- pip install -r requirements.txt
- pi[ install pytest --upgrade
- pip install pytest-django codecov sphinx
- python setup.py install