enable caching

This commit is contained in:
Lex Berezhny 2018-07-28 23:49:51 -04:00
parent 3a35951b46
commit cfeb7b249b

View file

@ -36,3 +36,8 @@ after_success:
- pip install coverage
- coverage combine tests/
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.cache/pip
- $TRAVIS_BUILD_DIR/.tox