mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Merge branch 'linters_py3' into 'master'
switch dogfood to use python3 See merge request pycqa/flake8!423
This commit is contained in:
commit
415e3a837e
2 changed files with 2 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ docs:
|
||||||
script: tox -e docs
|
script: tox -e docs
|
||||||
|
|
||||||
dogfood:
|
dogfood:
|
||||||
|
image: python:3.7
|
||||||
stage: test
|
stage: test
|
||||||
script: tox -e dogfood
|
script: tox -e dogfood
|
||||||
|
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -21,7 +21,7 @@ commands = {posargs}
|
||||||
|
|
||||||
# Dogfood our current master version
|
# Dogfood our current master version
|
||||||
[testenv:dogfood]
|
[testenv:dogfood]
|
||||||
basepython = python2.7
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
wheel
|
wheel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue