Don't let nose play with our PYTHONPATH.

Closes-Bug: #1668447

Change-Id: I5a9844bad285d992b6a3a01a7fd95634d02960cd
This commit is contained in:
Clay Gerrard 2017-02-27 18:23:17 -08:00
parent ee6e409d83
commit 28b0abc51b
1 changed files with 1 additions and 1 deletions

View File

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