Fix a typo in tox.ini for windows

这个提交包含在:
Andrew Senetar 2020-06-11 23:23:54 -05:00
父节点 6ac20bc4f6
当前提交 1e099724c5
签署人:: arsenetar
GPG 密钥 ID: C63300DCE48AB2F1
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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