summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-30 12:35:38 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-30 12:35:38 +0900
commit04c40860f4d84d4485a5e6c4721744e1b8dea080 (patch)
treebdec1082c8214b285b086f5d228c5ca55d2c7eff
parent0cf6f80b517bc0e7f0539cd21516fcb7118e2220 (diff)
downloadjsonrpclib-04c40860f4d84d4485a5e6c4721744e1b8dea080.tar.gz
Updating tox instructions.
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 36d7f18..3b2ff0d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,7 @@
[tox]
-envlist = py26,py27
+envlist = py35,py36,py37,py38,py39
[testenv]
deps= -rdev-requirements.txt
-commands=nosetests tests.py --with-coverage --cover-package=jsonrpclib
+commands=flake8
+ coverage run -m pytest tests.py
+ coverage report -m jsonrpclib/*.py