Tox is no longer needed for tests.

This commit is contained in:
Andrew Godwin 2017-11-28 23:49:51 -08:00
parent b04e6a5a64
commit b55fc382e8

View File

@ -33,7 +33,6 @@ setup(
extras_require={ extras_require={
"tests": [ "tests": [
"hypothesis", "hypothesis",
"tox",
"pytest", "pytest",
], ],
}, },