aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 23:17:14 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 23:19:31 -0400
commite9189b2784499571d905b4f7b009b52f74516e5c (patch)
treed2fd4daf50af164fbef7f0518ee6dce8a99aedfc /tox.ini
parent26e5135b1ab7f59922f197ec73ae13ba1e82393b (diff)
downloadqolab-e9189b2784499571d905b4f7b009b52f74516e5c.tar.gz
qolab-e9189b2784499571d905b4f7b009b52f74516e5c.zip
move tox working dir to /tmp/.tox
Diffstat (limited to 'tox.ini')
-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