diff options
Diffstat (limited to 'engine/tox.ini')
-rw-r--r-- | engine/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/tox.ini b/engine/tox.ini index 4c783eb..f36eff6 100644 --- a/engine/tox.ini +++ b/engine/tox.ini @@ -34,7 +34,7 @@ commands = coverage erase find . -type f -name "*.pyc" -delete find . -type f -name ".coverage.*" -delete - #{toxinidir}/tools/pretty_tox.sh "{posargs}" + {toxinidir}/src/tools/pretty_tox.sh "{posargs}" coverage combine coverage html -d cover coverage xml -o cover/coverage.xml |