cache the DAG

This commit is contained in:
Piper Merriam 2016-06-29 16:21:40 -06:00
parent 813d3aa95f
commit 4aa4a5038f

View File

@ -15,7 +15,9 @@ env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=flake8
cache: pip
cache:
- pip
- ~/.ethash
install:
- "travis_retry pip install setuptools --upgrade"
- "travis_retry pip install tox"