[FIX] setup.cfg, add test extras

This commit is contained in:
Benedek Racz 2019-09-04 10:56:45 +02:00
parent a809927fd6
commit d0fa4c7a84

View File

@ -23,5 +23,8 @@ classifier =
keywords =
scripting, automation, expect, pexpect, wexpect
[options.extras_require]
test =
coverage
setuptools>=38.0