From 29d909095484591035d41173b0a0f8c1a4fe820f Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 21 Jan 2017 13:46:47 -0600 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2e876bf..ba2e43b 100644 --- a/tox.ini +++ b/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