Fixes tox Warning issue

Change-Id: If4833d1b1528b8f877729071dc872739de075946
Closes-Bug: #1481165
This commit is contained in:
Shivanand Tendulker
2015-08-03 22:05:44 -07:00
parent 1794c29ebc
commit b48d91c61c

View File

@@ -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