We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375dfcb commit 4f054b3Copy full SHA for 4f054b3
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
install:
24
- |
25
if [ "$TEST_TYPE" = build ]; then
26
- 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
27
pip install --download-cache $HOME/.cache/pip/ -e .[django]
28
python setup.py develop
29
elif [ "$TEST_TYPE" = build_website ]; then
0 commit comments