Skip to content

Commit 283bccf

Browse files
authored
Merge pull request #287 from spockNinja/fix_master_failing_test
Fix failing master test
2 parents 77f0361 + 768fca6 commit 283bccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ install:
1111
pip install -e .[test]
1212
pip install psycopg2 # Required for Django postgres fields testing
1313
pip install django==$DJANGO_VERSION
14+
if [ $DJANGO_VERSION = 1.8 ]; then # DRF dropped 1.8 support at 3.7.0
15+
pip install djangorestframework==3.6.4
16+
fi
1417
python setup.py develop
1518
elif [ "$TEST_TYPE" = lint ]; then
1619
pip install flake8

0 commit comments

Comments
 (0)