mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Change dogfood environment to use Python 2.7
This eliminates any ambiguity with respect to which version of Python is necessary for the dogfood environment and should fix up the AppVeyor tests
This commit is contained in:
parent
944838d0ec
commit
29d9090954
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -19,7 +19,7 @@ commands = {posargs}
|
|||
|
||||
# Dogfood our current master version
|
||||
[testenv:dogfood]
|
||||
basepython = python3
|
||||
basepython = python2.7
|
||||
skip_install = true
|
||||
deps =
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue