Merge pull request #195 from pigmej/pip_accel

pip accel in tests instead of plain pip
This commit is contained in:
Łukasz Oleś 2015-09-24 20:09:28 +02:00
commit f0542a6bf4
2 changed files with 7 additions and 3 deletions

View File

@ -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:

View File

@ -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