1
0
Fork 0

Fix a typo in tox.ini for windows

Esse commit está contido em:
Andrew Senetar 2020-06-11 23:23:54 -05:00
commit 1e099724c5
Assinado por: arsenetar
ID da chave GPG: C63300DCE48AB2F1
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -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]