mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Add Python 3.7 to tox and GitLab CI
This commit is contained in:
parent
d6ab32112f
commit
c5e47063ab
3 changed files with 9 additions and 1 deletions
|
|
@ -34,6 +34,11 @@ python36:
|
|||
stage: test
|
||||
script: tox -e py36
|
||||
|
||||
python37:
|
||||
image: python:3.7-rc
|
||||
stage: test
|
||||
script: tox -e py37
|
||||
|
||||
linters:
|
||||
image: python:3.5
|
||||
stage: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue