From b48d91c61c2d6964c6c28a0a332b09c1772037f0 Mon Sep 17 00:00:00 2001 From: Shivanand Tendulker Date: Mon, 3 Aug 2015 22:05:44 -0700 Subject: [PATCH] Fixes tox Warning issue Change-Id: If4833d1b1528b8f877729071dc872739de075946 Closes-Bug: #1481165 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c77ce07..2c823c9 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = -r{toxinidir}/test-requirements.txt commands = bash -c "TESTS_DIR=./proliantutils/tests/ python setup.py testr --slowest --testr-args='{posargs}'" -#setenv = PYTHONDONTWRITEBYTECODE=1 +whitelist_externals = bash [testenv:pep8] basepython = python2.7