Skip to content

Commit dbf0069

Browse files
committed
Removed unnecesary Django filter installation
1 parent cc03da0 commit dbf0069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ install:
2525
pip install -e .[test]
2626
pip install psycopg2 # Required for Django postgres fields testing
2727
pip install django==$DJANGO_VERSION
28-
pip install django-filter==$DJANGO_FILTER_VERSION
2928
python setup.py develop
3029
elif [ "$TEST_TYPE" = lint ]; then
3130
pip install flake8

0 commit comments

Comments
 (0)