Skip to content

Commit

Permalink
Merge pull request #195 from pigmej/pip_accel
Browse files Browse the repository at this point in the history
pip accel in tests instead of plain pip
  • Loading branch information
loles committed Sep 24, 2015
2 parents 613616a + adb71fb commit f0542a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: python
python: 2.7
env:
- PIP_ACCEL_CACHE=$HOME/.pip-accel-cache
cache:
directories:
- $HOME/.cache/pip
- $HOME/.pip-accel-cache
install:
- pip install coveralls
- pip install pip-accel
- pip-accel install coveralls
script:
- ./run_tests.sh
services:
Expand Down
3 changes: 2 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ fi

. $VENV/bin/activate

pip install -r solar/test-requirements.txt --download-cache=/tmp/$JOB_NAME
pip install pip-accel
pip-accel install -r solar/test-requirements.txt

pushd solar

Expand Down

0 comments on commit f0542a6

Please sign in to comment.