mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
Add Python 3.6 to CI services
This commit is contained in:
parent
bc840e2403
commit
88cbf83d29
2 changed files with 15 additions and 2 deletions
|
|
@ -19,9 +19,20 @@ python2:
|
||||||
stage: test
|
stage: test
|
||||||
script: tox -e py27
|
script: tox -e py27
|
||||||
|
|
||||||
python3:
|
python34:
|
||||||
|
image: python:3.4
|
||||||
stage: test
|
stage: test
|
||||||
script: tox --skip-missing-interpreters -e py34,py35
|
script: tox -e py34
|
||||||
|
|
||||||
|
python35:
|
||||||
|
image: python:3.5
|
||||||
|
stage: test
|
||||||
|
script: tox -e py35
|
||||||
|
|
||||||
|
python36:
|
||||||
|
image: python:3.6
|
||||||
|
stage: test
|
||||||
|
script: tox -e py36
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
image: python:3.5
|
image: python:3.5
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ matrix:
|
||||||
env: TOXENV=py34
|
env: TOXENV=py34
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
|
- python: 3.6
|
||||||
|
env: TOXENV=py36
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: TOXENV=pypy
|
env: TOXENV=pypy
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue