mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34: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
2
tox.ini
2
tox.ini
|
|
@ -19,7 +19,7 @@ commands = {posargs}
|
|||
|
||||
# Dogfood our current mastera version
|
||||
[testenv:dogfood]
|
||||
basepython = python3.5
|
||||
basepython = python3
|
||||
skip_install = true
|
||||
deps =
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue