mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Cleanup CI and add python 3.8 support
This commit is contained in:
parent
19868e5c21
commit
f2a17ddf33
5 changed files with 12 additions and 5 deletions
|
|
@ -39,8 +39,13 @@ python37:
|
|||
stage: test
|
||||
script: tox -e py37
|
||||
|
||||
python38:
|
||||
image: python:3.8
|
||||
stage: test
|
||||
script: tox -e py38
|
||||
|
||||
linters:
|
||||
image: python:3.6
|
||||
image: python:3.7
|
||||
stage: test
|
||||
script: tox -e linters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue