Cached python packages as well for faster coverage reporting.

This commit is contained in:
Omer Katz 2015-12-30 13:11:39 +02:00
parent 6400ab8d18
commit 2a7836c961

View File

@ -2,6 +2,7 @@ language: cpp
sudo: false
cache:
- ccache
- pip
compiler:
- clang
- gcc
@ -94,4 +95,3 @@ script:
- make examples
- ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"`
- make travis_doc