mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Fixed tox test script path
This commit is contained in:
parent
0c3615e3c7
commit
1c7a140298
2
tox.ini
2
tox.ini
|
@ -11,4 +11,4 @@ commands =
|
||||||
{envpython} setup.py clean
|
{envpython} setup.py clean
|
||||||
{envpython} setup.py build_ext --inplace
|
{envpython} setup.py build_ext --inplace
|
||||||
{envpython} selftest.py
|
{envpython} selftest.py
|
||||||
{envpython} Tests/run.py --installed
|
{envpython} test-installed.py --installed
|
||||||
|
|
Loading…
Reference in New Issue
Block a user