From 19f779725f062928c121e0383231a8a22d01a8c5 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Mon, 20 Jan 2020 08:00:44 -0600 Subject: Use extras=test in tox.ini. [skip ci] Per https://github.com/zopefoundation/zope.i18nmessageid/pull/19#discussion_r368547455 from @mgedmin --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index dc525a8..a8a4fa9 100644 --- a/tox.ini +++ b/tox.ini @@ -3,8 +3,7 @@ envlist = py27,py35,py36,py37,py38,pypy,pypy3,coverage,docs [testenv] -deps = - .[test] +extras = test commands = zope-testrunner --test-path=src [] -- cgit v1.2.1