Adding django-filter to .travis.yml

As pip doesn't seem inclined to pickup on tests_require
This commit is contained in:
Adam Charnock 2015-12-03 20:53:10 +00:00
parent 375dfcbcc2
commit 4f054b3640

View File

@ -23,7 +23,7 @@ before_install:
install:
- |
if [ "$TEST_TYPE" = build ]; then
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter
pip install --download-cache $HOME/.cache/pip/ -e .[django]
python setup.py develop
elif [ "$TEST_TYPE" = build_website ]; then