Add venv testenv for testing the new version of flake8

This commit is contained in:
Ian Cordasco 2016-01-16 07:05:12 -06:00
parent ef0e018fa2
commit ba56c34494

View file

@ -9,6 +9,11 @@ deps =
commands =
py.test {posargs}
[testenv:venv]
deps =
.
commands = {posargs}
[testenv:flake8]
skipsdist = true
skip_install = true