Enable pip and apt cache in Travis for faster build times.

This commit is contained in:
Nuno Santos
2015-11-12 15:28:37 +01:00
parent c2ee2e2629
commit aeb5ffbb1d
+4
View File
@@ -9,6 +9,10 @@ python:
sudo: false
cache:
- apt
- pip
install:
- pip install -r requirements.txt -r requirements-dev.txt -e .
- pip install coverage coveralls