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)
commitfc795709ca8bf595b74acc3720d92cba0306b1aa
treed69ac44a03d74cbd9b648e9c49f0cc4e08d89b1e
parente2d7115d4ec4ee451c7f8e86a4f7277a940d9036
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]