Merge "Don't let nose play with our PYTHONPATH."

This commit is contained in:
Jenkins 2017-03-02 10:33:47 +00:00 committed by Gerrit Code Review
commit 6a5ec37f15
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py27,py35,pep8
deps =
-r{toxinidir}/test-requirements.txt
commands=
nosetests -v test/
nosetests --no-path-adjustment -v test/
[testenv:pep8]
deps=