We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b174453 commit cbd88e6Copy full SHA for cbd88e6
1 file changed
.travis.yml
@@ -53,8 +53,8 @@ matrix:
53
- name: Lint Python code with flake8
54
language: python
55
python: 3.6
56
- cache:
57
- - pip
+ cache: pip
+ env: JOBCACHE=9
58
install: pip install flake8
59
script: flake8 . --count --exclude=./.*,./Lib,./vm/Lib --select=E9,F63,F7,F82 --show-source --statistics
60
0 commit comments