Skip to content

Commit

Permalink
Fix travis caching
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 18, 2015
1 parent 2efca59 commit cc80ad0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sudo: false
language: python
cache: pip
cache:
directories:
- $HOME/.cache/pip
# - "$HOME/virtualenv/python$TRAVIS_PYTHON_VERSION"
python:
- 3.4
- 3.5
Expand Down

0 comments on commit cc80ad0

Please sign in to comment.