summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-31 10:21:23 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-31 10:21:23 +0900
commit17748bd384aa7264dfc29b9d150c72f1dc76749e (patch)
tree1727cebc82c407986092e8e2be737586b02576bd
parente3d97283681acdf1e71eed3c969894ab097a0189 (diff)
parentae4b2dde5e17416700025ea2154a11c557f146bd (diff)
downloadjsonrpclib-17748bd384aa7264dfc29b9d150c72f1dc76749e.tar.gz
Merge branch 'remove-python3-support' of github.com:joshmarshall/jsonrpclib into remove-python3-support
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 9b53f09..aaa5961 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,5 +2,5 @@
envlist = py35,py36,py37,py38,py39
[testenv]
deps= -rdev-requirements.txt
-commands=coverage run -m pytest tests.py
- coverage report -m jsonrpclib/*.py
+commands=coverage run --source jsonrpclib -m pytest tests.py
+ coverage report