From 1a176dfaa282e5b8b07bac2aabdd1fdd242c9cc9 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 15 Nov 2019 08:56:17 -0500 Subject: Add tox -evenv entry point We'll be using this as part of our release processes. Signed-off-by: Paul Belanger --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 87f00fa..2a510d8 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,9 @@ commands = black -v -l79 --check {toxinidir} flake8 {posargs} +[testenv:venv] +commands = {posargs} + [flake8] # E123, E125 skipped as they are invalid PEP-8. -- cgit v1.2.3