From 4381b02242673187dfd998a34d291c709d3490f6 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Wed, 3 Apr 2019 08:16:55 +0200 Subject: [PATCH] Add .pytest_cache to Travis cache --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e84d8f2..c4301f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python cache: directories: - .tox + - .pytest_cache - tests/testdata python: - "2.7"