Use pip 7 caching

This commit is contained in:
Raphael Michel
2015-09-27 18:49:25 +02:00
parent 2d629c6a03
commit 02c99babaa
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ sudo: false
python:
- "3.4"
install:
- pip install -U pip wheel
- pip install -q -r src/requirements.txt
- npm install -g less@2.5.0
before_script:
@@ -16,3 +17,4 @@ script:
- coverage run -m py.test tests
after_success:
- coveralls
cache: pip