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={
"tests": [
"hypothesis",
"tox",
"pytest",
],
},