whitespace, and add 'tox' to 'test' extra

This commit is contained in:
meejah 2016-08-08 12:35:54 -06:00
parent 594dd26285
commit fd978bfed6

View File

@ -268,8 +268,14 @@ setup(name=APPNAME,
],
classifiers=trove_classifiers,
install_requires=install_requires,
extras_require={"test": ["pyflakes", "coverage", "mock"],
},
extras_require={
"test": [
"pyflakes",
"coverage",
"mock",
"tox",
],
},
package_data={"allmydata.web": ["*.xhtml",
"static/*.js", "static/*.png", "static/*.css",
"static/img/*.png",