From c1d21393bf3eadca1e38592880a839d24ab6a919 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 27 Jul 2016 08:21:04 -0500 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 48e6991..1b1895d 100644 --- a/tox.ini +++ b/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