aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f45ed53..9529ba2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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