diff options
Diffstat (limited to 'tox_winkits.ini')
-rw-r--r-- | tox_winkits.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox_winkits.ini b/tox_winkits.ini index 85b318ed..1d8b002e 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} |