mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +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
|
stage: test
|
||||||
script: tox -e py36
|
script: tox -e py36
|
||||||
|
|
||||||
|
python37:
|
||||||
|
image: python:3.7-rc
|
||||||
|
stage: test
|
||||||
|
script: tox -e py37
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
image: python:3.5
|
image: python:3.5
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@ matrix:
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/9069
|
||||||
|
#- python: 3.7
|
||||||
|
# env: TOXENV=py37
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: TOXENV=pypy
|
env: TOXENV=pypy
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
minversion=2.3.1
|
minversion=2.3.1
|
||||||
envlist = py27,py33,py34,py35,py36,flake8,linters,docs
|
envlist = py27,py33,py34,py35,py36,py37,flake8,linters,docs
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue