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 cc03da0 commit dbf0069Copy full SHA for dbf0069
.travis.yml
@@ -25,7 +25,6 @@ install:
25
pip install -e .[test]
26
pip install psycopg2 # Required for Django postgres fields testing
27
pip install django==$DJANGO_VERSION
28
- pip install django-filter==$DJANGO_FILTER_VERSION
29
python setup.py develop
30
elif [ "$TEST_TYPE" = lint ]; then
31
pip install flake8
0 commit comments