pip accel in tests instead of plain pip

This commit is contained in:
Jedrzej Nowak 2015-09-24 17:57:45 +02:00
parent 9cd617d723
commit 491dd1a99d
2 changed files with 6 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,7 @@ fi
. $VENV/bin/activate
pip install -r solar/test-requirements.txt --download-cache=/tmp/$JOB_NAME
pip-accel install -r solar/test-requirements.txt
pushd solar