summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 32136cf..06d6d59 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,9 +3,8 @@ envlist = py37,py38,py39,py310,py311,pypy3
[testenv]
deps=
- mock
- nose
+ nose2
coverage
commands=
- nosetests statsd --with-coverage --cover-package=statsd []
+ nose2 statsd --with-coverage