Commit f3eb12c2 authored by Jason Madden's avatar Jason Madden

Back to a directory cache; the automatic pip cache doesn't seem to work.

parent 42eb425d
......@@ -20,4 +20,7 @@ script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $LINT == true ]]; then python setup.py develop && make travis_test_linters; elif [[ $LINT == false ]]; then python setup.py develop && make toxtest; fi
notifications:
email: false
cache: pip
# cache: pip seems not to work
cache:
directories:
- $HOME/.cache/pip
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment