summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-03-20 14:18:08 +0100
committerLaurent Peuch <cortex@worlddomination.be>2020-03-20 14:18:08 +0100
commit2f92ba46d9801839063d940dfcf1f0d46c576b9d (patch)
tree171f7e33b04c3a60392d5279de175db3ef6243e4 /tox.ini
parentdb91eae86a35dabbfd5986a1b1a10696ae3749ed (diff)
downloadlogilab-common-2f92ba46d9801839063d940dfcf1f0d46c576b9d.tar.gz
[tox] move to pytest
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