summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-31 16:10:06 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-31 16:10:06 +0900
commitba392d465e130ece0b6ac229457117a55def613c (patch)
treeb90101ee96fcda703711efdf44f9715603ce278f
parenta41dbbd1a392b16457f1105db3f1b690efa53d7a (diff)
downloadjsonrpclib-ba392d465e130ece0b6ac229457117a55def613c.tar.gz
Updating tox for changed setup steps.
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index cf70f49..a6529eb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,10 @@
[tox]
envlist = py35,py36,py37,py38,py39
+isolated_build = True
[testenv]
deps= -rdev-requirements.txt
+whitelist_externals=mkdir
commands=mkdir -p reports/{envname}
coverage run --source jsonrpclib -m pytest --junitxml=reports/{envname}/test-results.xml tests.py
coverage report