fix ethash caching

This commit is contained in:
Piper Merriam 2016-07-01 10:29:42 -06:00
parent 3193bf9e98
commit 4fe6a010bc

View File

@ -17,8 +17,9 @@ env:
- TOX_ENV=py35
- TOX_ENV=flake8
cache:
- pip
- ~/.ethash
pip: true
directories:
- ~/.ethash
install:
- "travis_retry pip install setuptools --upgrade"
- "travis_retry pip install tox"