cache hypothesis directories

This commit is contained in:
Piper Merriam 2016-07-14 22:40:51 -06:00
parent 1e464b7652
commit f75d9fa49f

View File

@ -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"