Skip to content

Commit f77c394

Browse files
author
Ryan P Kilby
committed
Use pip instead of setuptools
1 parent b580060 commit f77c394

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
- DJANGO="Django>=1.9,<1.10"
1414
install:
1515
- travis_retry pip install -q $DJANGO
16-
- python setup.py install
16+
- pip install .
1717
script: python manage.py test rest_framework_filters
1818

1919
matrix:

0 commit comments

Comments
 (0)