We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0519a commit 2cfa419Copy full SHA for 2cfa419
.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