summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2019-11-15 16:35:20 +0000
committerGitHub <noreply@github.com>2019-11-15 16:35:20 +0000
commit57b3a0cc2bb1a80ce4c49654ef6d047804b9ad27 (patch)
tree4b89a203ffe6564bd6fd283a4067b7d1cd65f266
parent9ff58c4b565a1c0f2136071e4346467ae1c707b3 (diff)
parent1a176dfaa282e5b8b07bac2aabdd1fdd242c9cc9 (diff)
downloadvyos.vyos-57b3a0cc2bb1a80ce4c49654ef6d047804b9ad27.tar.gz
vyos.vyos-57b3a0cc2bb1a80ce4c49654ef6d047804b9ad27.zip
Merge pull request #49 from pabelanger/temp/venv
Add tox -evenv entry point Reviewed-by: https://github.com/apps/ansible-zuul
-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.