diff options
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ [tox] skipsdist = True +toxworkdir=/tmp/.tox [testenv] basepython = python3 @@ -14,7 +15,7 @@ description = auto formatter with black deps = black commands = black . -[testenv:pytest] +[testenv:qolab_pytest] description = test cases usedevelop = True deps = pytest |