We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dd7535 + 2cfa419 commit c4b69c1Copy full SHA for c4b69c1
.travis.yml
@@ -2,7 +2,9 @@ sudo: false
2
language: python
3
python: "3.5"
4
5
-cache: pip
+cache:
6
+ directories:
7
+ - $HOME/.cache/pip
8
install:
9
- pip install tox
10
0 commit comments