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:
Ian Cordasco 2017-01-21 13:46:47 -06:00
parent 944838d0ec
commit 29d9090954
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -19,7 +19,7 @@ commands = {posargs}
# Dogfood our current master version
[testenv:dogfood]
basepython = python3
basepython = python2.7
skip_install = true
deps =
wheel