From f75d9fa49f03868edee9be75625d39ac6d4041fa Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Thu, 14 Jul 2016 22:40:51 -0600 Subject: [PATCH] cache hypothesis directories --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 33a87c3..d8f6c06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ cache: pip: true directories: - ~/.ethash + - .tox/py27/.hypothesis + - .tox/py34/.hypothesis + - .tox/py35/.hypothesis install: - "travis_retry pip install setuptools --upgrade" - "travis_retry pip install tox"