summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 07:20:14 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commit26b885a5bcdec8d7b539d3be3062e2f30bce3b61 (patch)
tree751bd60482476c43b147c81e1474489e337d1709 /tox.ini
parent4c9541741865a18109df0059ec279a4026ef1245 (diff)
downloadblinker-26b885a5bcdec8d7b539d3be3062e2f30bce3b61.tar.gz
use pytest from tox
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 a6e07ae..48666ae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,5 @@
envlist = py27,py35,py36,py37,py38,jython
[testenv]
-deps=nose
-commands=nosetests
-
+deps = pytest
+commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests}