diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 23:17:14 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 23:19:31 -0400 |
commit | e9189b2784499571d905b4f7b009b52f74516e5c (patch) | |
tree | d2fd4daf50af164fbef7f0518ee6dce8a99aedfc /tox.ini | |
parent | 26e5135b1ab7f59922f197ec73ae13ba1e82393b (diff) | |
download | qolab-e9189b2784499571d905b4f7b009b52f74516e5c.tar.gz qolab-e9189b2784499571d905b4f7b009b52f74516e5c.zip |
move tox working dir to /tmp/.tox
Diffstat (limited to 'tox.ini')
-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 |