env: JOBCACHE=9

This commit is contained in:
cclauss
2019-07-23 23:41:04 +02:00
parent b174453677
commit cbd88e660c

View File

@@ -53,8 +53,8 @@ matrix:
- name: Lint Python code with flake8
language: python
python: 3.6
cache:
- pip
cache: pip
env: JOBCACHE=9
install: pip install flake8
script: flake8 . --count --exclude=./.*,./Lib,./vm/Lib --select=E9,F63,F7,F82 --show-source --statistics