From 3419b90f36dfc2ea4305a89f731ceb99a8e1eecc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 24 Aug 2015 07:53:09 -0400 Subject: Tox doesn't need envpython, python is fine. --- tox_wheels.ini | 2 +- tox_winkits.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tox_wheels.ini b/tox_wheels.ini index 691ca5b..57fcd6d 100644 --- a/tox_wheels.ini +++ b/tox_wheels.ini @@ -7,7 +7,7 @@ toxworkdir = {toxinidir}/.tox_kits [testenv] commands = - {envpython} setup.py bdist_wheel {posargs} + python setup.py bdist_wheel {posargs} deps = wheel diff --git a/tox_winkits.ini b/tox_winkits.ini index 85b318e..1d8b002 100644 --- a/tox_winkits.ini +++ b/tox_winkits.ini @@ -7,4 +7,4 @@ toxworkdir = {toxinidir}/.tox_kits [testenv] commands = - {envpython} setup.py bdist_wininst {posargs} + python setup.py bdist_wininst {posargs} -- cgit v1.2.1