mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-07 09:29:48 +00:00
Fix a typo in tox.ini for windows
This commit is contained in:
parent
6ac20bc4f6
commit
1e099724c5
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ commands =
|
|||||||
[testenv:py3-win]
|
[testenv:py3-win]
|
||||||
platform = win
|
platform = win
|
||||||
commands =
|
commands =
|
||||||
python pip install pywin32
|
python -m pip install pywin32
|
||||||
python setup.py test --test-suite tests.TestSuite
|
python setup.py test --test-suite tests.TestSuite
|
||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user