Fixed tox test script path

This commit is contained in:
Andrew Murray 2015-06-27 09:10:01 +10:00
parent 0c3615e3c7
commit 1c7a140298

View File

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