Skip to content

Commit d3a6585

Browse files
committed
'install', not 'develop'
1 parent 32bfdd3 commit d3a6585

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
@@ -13,7 +13,7 @@ env:
1313
install:
1414
- travis_retry pip install -q $DJANGO
1515
- pip install py-dateutil
16-
- python setup.py develop
16+
- python setup.py install
1717
script: python manage.py test rest_framework_filters
1818

1919
matrix:

0 commit comments

Comments
 (0)