mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 23:54:17 +00:00
Fix up GitLab CI runners
PyLint does not yet support 3.6 [1] and the dogfood environment really shouldn't be pinning to a specific version of Python 3. [1]: https://github.com/PyCQA/pylint/issues/1241
This commit is contained in:
parent
a0280240fc
commit
f32e151b47
2 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ python3:
|
||||||
script: tox --skip-missing-interpreters -e py34,py35
|
script: tox --skip-missing-interpreters -e py34,py35
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
|
image: python:3.5
|
||||||
stage: test
|
stage: test
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -19,7 +19,7 @@ commands = {posargs}
|
||||||
|
|
||||||
# Dogfood our current mastera version
|
# Dogfood our current mastera version
|
||||||
[testenv:dogfood]
|
[testenv:dogfood]
|
||||||
basepython = python3.5
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
wheel
|
wheel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue