Fix a typo in tox.ini for windows

pull/53/head
Andrew Senetar 3 years ago
parent 6ac20bc4f6
commit 1e099724c5
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1

@ -10,7 +10,7 @@ commands =
[testenv:py3-win]
platform = win
commands =
python pip install pywin32
python -m pip install pywin32
python setup.py test --test-suite tests.TestSuite
[testenv:py27]

Loading…
Cancel
Save