Add caching to the .travis.yml file

This commit is contained in:
2017-04-22 13:17:06 +02:00
parent 49bfcb75eb
commit 760bf30b1a

View File

@@ -1,5 +1,9 @@
sudo: false sudo: false
language: python language: python
cache:
directories:
- .tox
- tests/testdata
python: python:
- "2.7" - "2.7"
- "3.5" - "3.5"