From 760bf30b1a18f7c42b3d83d0d9b96fe572672e85 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 22 Apr 2017 13:17:06 +0200 Subject: [PATCH] Add caching to the .travis.yml file --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9e6a506..a3627fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ sudo: false language: python +cache: + directories: + - .tox + - tests/testdata python: - "2.7" - "3.5"