properly create the symlink to dist/ across multiple runs of tox

This commit is contained in:
Brian S. Stephan 2020-06-22 18:38:02 -05:00
parent 5c1fc93ff9
commit 421d0e6f8e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ deps =
commands =
pytest --cov={envsitepackagesdir}/incorporealcms/ \
--cov-report=term-missing --cov-branch --cov-fail-under=90
ln -sf {distdir} dist
ln -sf {distdir} .
[testenv:security]
# run security checks