Merge "Fixes tox Warning issue"

This commit is contained in:
Jenkins 2015-08-04 09:51:37 +00:00 committed by Gerrit Code Review
commit 4b3aaf28fe
1 changed files with 1 additions and 1 deletions

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