Skip to content

Commit 0b687cd

Browse files
committed
Try travis without cache since installation fails
1 parent 53d8234 commit 0b687cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ matrix:
2222
install: pip install coveralls tox
2323
script: tox
2424
after_success: coveralls
25-
cache:
26-
directories:
27-
- $HOME/.cache/pip
28-
- $HOME/.cache/pre-commit
25+
2926
deploy:
3027
provider: pypi
3128
distributions: "sdist bdist_wheel"

0 commit comments

Comments
 (0)