mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
env: JOBCACHE=9
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user