Fix a typo in tox.ini for windows

このコミットが含まれているのは:
Andrew Senetar 2020-06-11 23:23:54 -05:00
コミット 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]