Commit 2a7836c9 authored by Omer Katz's avatar Omer Katz

Cached python packages as well for faster coverage reporting.

parent 6400ab8d
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment