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 - 3.5
- pypy - pypy
install: 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] - pip install -e .[django]
- python setup.py develop - python setup.py develop
script: script: