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 language: python
python: 2.7 python: 2.7
env:
- PIP_ACCEL_CACHE=$HOME/.pip-accel-cache
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.pip-accel-cache
install: install:
- pip install coveralls - pip install pip-accel
- pip-accel install coveralls
script: script:
- ./run_tests.sh - ./run_tests.sh
services: services:

View File

@ -29,7 +29,7 @@ fi
. $VENV/bin/activate . $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 pushd solar