Skip to content

Commit

Permalink
Travis CI: Update pip, and install 'wheel'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed May 27, 2017
1 parent 5fcb14d commit 7ec85b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ python:
# - sudo apt-get update -qq
# - sudo apt-get install -qq python-apt python-pycurl
install:
- pip install -UI setuptools
- pip install -U pip
- pip install -U setuptools
- pip install -U wheel
- pip install -r requirements-dev.txt
- paver develop -U
script:
Expand Down

0 comments on commit 7ec85b6

Please sign in to comment.