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

Specifying all the cache dirs together

parent f83b27a5
...@@ -9,7 +9,11 @@ env: ...@@ -9,7 +9,11 @@ env:
sudo: false sudo: false
cache: cache:
directories: directories:
- python$PYTHON_VER - python2.6
- python2.7
- python3.2
- python3.3
- python3.4
notifications: notifications:
email: email:
......
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