From 068ae4e6aaf33bbb34afc390276255dc694438ef Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 16 Jul 2018 14:46:44 +0200 Subject: tox: Use pytest to run tests --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f6f2531..9ed954b 100644 --- a/tox.ini +++ b/tox.ini @@ -20,12 +20,13 @@ basepython = python2.7 [testenv] deps = coverage + pytest py27,py34,py35,pypy: pyblake2 py27,py34,py35,pypy: pysha3 py27,pypy: backports.lzma!=0.0.9 py27,pypy: bz2file incompatible-lzma: pyliblzma -commands = coverage run --concurrency=multiprocessing -p -m unittest discover -v +commands = coverage run --concurrency=multiprocessing -p -m pytest -vv {posargs} [testenv:end] deps = -- cgit v1.2.3