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 = commands =
py.test {posargs} py.test {posargs}
[testenv:venv]
deps =
.
commands = {posargs}
[testenv:flake8] [testenv:flake8]
skipsdist = true skipsdist = true
skip_install = true skip_install = true