Support running flake8 under tox
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 15 Dec 2016 11:25:38 +0000 (11:25 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 15 Dec 2016 11:25:38 +0000 (11:25 +0000)
commit0020c39a31bd522ce9ff83d2d533daec27dc8cc9
treed69ac44a03d74cbd9b648e9c49f0cc4e08d89b1e
parent88383e5b32f3bb5eec4e2fe1e89adfe768b88b0e
Support running flake8 under tox

Add the necessary configuration to be able to run `tox` for
performing style checks easily with flake8.
.gitignore
test-requirements.txt [new file with mode: 0644]
tox.ini [new file with mode: 0644]