Make dist checking directory-agnostic
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 7c88da9..f9074fa 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -55,9 +55,9 @@ deps =
     twine
     wheel
 commands =
-    rm -fr dist
+    rm -fr {toxinidir}/dist
     python setup.py bdist_wheel sdist
-    twine check --strict dist/*
+    twine check --strict {toxinidir}/dist/*
 usedevelop = False
 
 [testenv:docs]