summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2019-11-15 08:56:17 -0500
committerPaul Belanger <pabelanger@redhat.com>2019-11-15 08:57:25 -0500
commit1a176dfaa282e5b8b07bac2aabdd1fdd242c9cc9 (patch)
tree4b89a203ffe6564bd6fd283a4067b7d1cd65f266
parent9ff58c4b565a1c0f2136071e4346467ae1c707b3 (diff)
downloadvyos-ansible-old-1a176dfaa282e5b8b07bac2aabdd1fdd242c9cc9.tar.gz
vyos-ansible-old-1a176dfaa282e5b8b07bac2aabdd1fdd242c9cc9.zip
Add tox -evenv entry point
We'll be using this as part of our release processes. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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.