Skip to content

Commit 838b2a6

Browse files
authored
Update tox.ini
1 parent 9d5457f commit 838b2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ whitelist_externals =
2020
rm
2121
npx
2222
commands =
23-
rm -rf .tox/test/coverage/web_temp
23+
rm -rf build/test/coverage/web_temp
2424
girder build --dev
2525
pytest --numprocesses {env:PYTEST_NUMPROCESSES:logical} --cov {envsitepackagesdir}/histomicsui {posargs}
2626
npx nyc report --temp-dir build/test/coverage/web_temp --report-dir .tox/coverage --reporter cobertura --reporter text-summary

0 commit comments

Comments
 (0)