Commit f4f8ead1 authored by Reinout van Rees's avatar Reinout van Rees

Trying out travis caching

Disabling sudo enables the use of the container based infra, necessary for
caching.
The directory with the downloaded and compiled python is cached.
parent fcc442e5
......@@ -6,6 +6,11 @@ env:
- PYTHON_VER=3.3
- PYTHON_VER=3.4
sudo: false
cache:
directories:
- python$PYTHON_VER
notifications:
email:
- buildout-development@googlegroups.com
......
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