summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a68b222..341b3ae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,8 +4,9 @@ envlist=py3
[testenv]
deps =
pytz
+ pytest
commands=
- logilab-pytest -t test {posargs}
+ {envpython} -m pytest test {posargs}
[testenv:docs]
basepython = python2