Skip to content

Commit

Permalink
Fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed Apr 29, 2017
1 parent a804121 commit 51ebd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
before_install:
- export DJANGO_SETTINGS_MODULE=jet.tests.settings
install:
- pip install -q "Django${DJANGO}" --use-mirrors
- pip install . --use-mirrors
- pip install -q "Django${DJANGO}"
- pip install .
- pip install coverage==3.7.1
- pip install coveralls==0.5
script:
Expand Down

0 comments on commit 51ebd99

Please sign in to comment.