summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-01-20 08:00:44 -0600
committerJason Madden <jamadden@gmail.com>2020-01-20 08:00:44 -0600
commit19f779725f062928c121e0383231a8a22d01a8c5 (patch)
treeb9236bccafd6101452b65ad542303320bb716454
parentf3c34bcc21852b23116872dbd9edeee6405be681 (diff)
downloadzope-i18nmessageid-19f779725f062928c121e0383231a8a22d01a8c5.tar.gz
Use extras=test in tox.ini. [skip ci]
Per https://github.com/zopefoundation/zope.i18nmessageid/pull/19#discussion_r368547455 from @mgedmin
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 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 []