mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Set dogfood testenv to Python 3.5
AppVeyor doesn't allow us to use `python3` to select the version of Python 3.x that is linked as `python3.exe` so we must be explicit.
This commit is contained in:
parent
a98e0d3648
commit
c1d21393bf
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -16,7 +16,7 @@ commands = {posargs}
|
|||
|
||||
# Dogfood our current mastera version
|
||||
[testenv:dogfood]
|
||||
basepython = python3
|
||||
basepython = python3.5
|
||||
skip_install = true
|
||||
deps =
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue