We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562909b commit 4008db5Copy full SHA for 4008db5
.travis.yml
@@ -8,8 +8,8 @@ python:
8
- pypy
9
cache: pip
10
install:
11
-- pip install pytest-cov coveralls flake8 import-order gevent==1.1b5
12
-- pip install pytest>=2.7.3 --upgrade
+- pip install --cache-dir $HOME/.cache/pip pytest-cov coveralls flake8 import-order gevent==1.1b5
+- pip install --cache-dir $HOME/.cache/pip pytest>=2.7.3 --upgrade
13
- pip install -e .
14
script:
15
- flake8
0 commit comments