From cc4d54a3a3b5a2bbeaa7951020172a1ce8ffd48a Mon Sep 17 00:00:00 2001 From: Radoslav Gerganov Date: Thu, 23 Feb 2017 10:36:27 -0500 Subject: [PATCH] Add 'venv' test environment This will fix the release job which executes: $ tox -evenv python setup.py sdist and currently fails: http://goo.gl/VIC4T8 Change-Id: Ie8f4aabc76c8037ace32b29ae08afe75711e3f7f --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 607f5c3..e1222b8 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,9 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' basepython = /usr/bin/python3 commands = flake8 +[testenv:venv] +commands = {posargs} + [flake8] ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405 exclude = venv,.venv,.git,.tox,dist,doc,*lib/python*,*egg,build