Skip to content

Commit 4f054b3

Browse files
committed
Adding django-filter to .travis.yml
As pip doesn't seem inclined to pickup on tests_require
1 parent 375dfcb commit 4f054b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
install:
2424
- |
2525
if [ "$TEST_TYPE" = build ]; then
26-
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django
26+
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter
2727
pip install --download-cache $HOME/.cache/pip/ -e .[django]
2828
python setup.py develop
2929
elif [ "$TEST_TYPE" = build_website ]; then

0 commit comments

Comments
 (0)