1
0
Fork 0

Fix a typo in tox.ini for windows

Dieser Commit ist enthalten in:
Andrew Senetar 2020-06-11 23:23:54 -05:00
Ursprung 6ac20bc4f6
Commit 1e099724c5
Signiert von: arsenetar
GPG-Schlüssel-ID: C63300DCE48AB2F1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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