summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-24 07:53:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-24 07:53:09 -0400
commit3419b90f36dfc2ea4305a89f731ceb99a8e1eecc (patch)
tree51edd2f849ad18c8773802d9ed184cebf1a7638e /tox_wheels.ini
parent23707fc57d79b986311354c91df9c3ad40cf0080 (diff)
downloadpython-coveragepy-3419b90f36dfc2ea4305a89f731ceb99a8e1eecc.tar.gz
Tox doesn't need envpython, python is fine.
Diffstat (limited to 'tox_wheels.ini')
-rw-r--r--tox_wheels.ini2
1 files changed, 1 insertions, 1 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