From ba56c34494f035a7ba48baf6f42094827a0be498 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 16 Jan 2016 07:05:12 -0600 Subject: [PATCH] Add venv testenv for testing the new version of flake8 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 15218a1..77df69a 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,11 @@ deps = commands = py.test {posargs} +[testenv:venv] +deps = + . +commands = {posargs} + [testenv:flake8] skipsdist = true skip_install = true