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:
Ian Cordasco 2016-07-27 08:21:04 -05:00
parent a98e0d3648
commit c1d21393bf
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

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