Fixed tests

This commit is contained in:
Syrus Akbary 2015-10-08 09:23:55 -07:00
parent 0c8fa40b62
commit ecc2fa1e6e

View File

@ -7,7 +7,7 @@ python:
- 3.5
- pypy
install:
- pip install pytest pytest-cov coveralls flake8 six blinker
- pip install pytest pytest-cov coveralls flake8 six blinker pytest-django
- pip install -e .[django]
- python setup.py develop
script: