properly create the symlink to dist/ across multiple runs of tox
This commit is contained in:
parent
5c1fc93ff9
commit
421d0e6f8e
2
tox.ini
2
tox.ini
@ -33,7 +33,7 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
pytest --cov={envsitepackagesdir}/incorporealcms/ \
|
pytest --cov={envsitepackagesdir}/incorporealcms/ \
|
||||||
--cov-report=term-missing --cov-branch --cov-fail-under=90
|
--cov-report=term-missing --cov-branch --cov-fail-under=90
|
||||||
ln -sf {distdir} dist
|
ln -sf {distdir} .
|
||||||
|
|
||||||
[testenv:security]
|
[testenv:security]
|
||||||
# run security checks
|
# run security checks
|
||||||
|
Loading…
Reference in New Issue
Block a user