Skip to content

Commit

Permalink
exclude debug.log from pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed May 28, 2017
1 parent d267f2b commit 055eff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
dist: trusty
language: python
python:
- "2.7"
Expand All @@ -6,6 +7,8 @@ python:
- "3.5"
- "3.6"
cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
install:
- pip install -e .[visualization]
- pip install "pytest>=3.1" pytest-cov coveralls
Expand Down

0 comments on commit 055eff5

Please sign in to comment.