Skip to content

Commit cbd88e6

Browse files
committed
env: JOBCACHE=9
1 parent b174453 commit cbd88e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ matrix:
5353
- name: Lint Python code with flake8
5454
language: python
5555
python: 3.6
56-
cache:
57-
- pip
56+
cache: pip
57+
env: JOBCACHE=9
5858
install: pip install flake8
5959
script: flake8 . --count --exclude=./.*,./Lib,./vm/Lib --select=E9,F63,F7,F82 --show-source --statistics
6060

0 commit comments

Comments
 (0)