Fix a typo in tox.ini for windows

This commit is contained in:
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]