Skip to content

Commit

Permalink
Fix pip on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleissin committed Sep 12, 2016
1 parent 9b7e49f commit 303b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ python:
- "3.5"
- "nightly"
install:
- pip install -q $DJANGO --use-mirrors
- pip install -q $DJANGO
- python setup.py -q install
script:
- python runtests.py
Expand Down

0 comments on commit 303b290

Please sign in to comment.