Skip to content

Commit

Permalink
rework the use of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Sep 30, 2016
1 parent 608b43e commit f65c962
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ cache:
before_install:
- ccache -s
- export PATH=/usr/lib/ccache:${PATH}
- pip install traits
- pip install $SPHINX
- pip install codecov
- pip install --upgrade pip
- pip install traits $SPHINX codecov
- pip install -r test-requirements.txt
install:
- python setup.py develop
- pip install -e .
script:
- coverage run -m haas
after_success:
Expand Down

0 comments on commit f65c962

Please sign in to comment.