Skip to content

Commit

Permalink
Fix pip warning on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Dec 16, 2014
1 parent a533461 commit 4228a70
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 @@ -9,8 +9,8 @@ install:
- git config --global user.name "Travis CI"

# Setup of Python environment
- pip install -r dev-requirements.txt --use-mirrors
- pip install -r requirements.txt --use-mirrors
- pip install -r dev-requirements.txt
- pip install -r requirements.txt
- python setup.py develop
- pip install coveralls

Expand Down

0 comments on commit 4228a70

Please sign in to comment.