From 421d0e6f8e98e12fe8b2857f28d9e49f747985a2 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 22 Jun 2020 18:38:02 -0500 Subject: [PATCH] properly create the symlink to dist/ across multiple runs of tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d3c4833..93bb4fc 100644 --- a/tox.ini +++ b/tox.ini @@ -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