summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Gerrard <clay.gerrard@gmail.com>2017-02-27 18:23:17 -0800
committerClay Gerrard <clay.gerrard@gmail.com>2017-02-28 04:20:40 +0000
commit28b0abc51bc39bec697b0742c47dfdf601c4359d (patch)
tree9537fe65b838b605859686d41da99b1d609f3c38
parentee6e409d835f2ca4a3e0c7757761a8f2ebd680ed (diff)
downloadpyeclib-28b0abc51bc39bec697b0742c47dfdf601c4359d.tar.gz
Don't let nose play with our PYTHONPATH.
Closes-Bug: #1668447 Change-Id: I5a9844bad285d992b6a3a01a7fd95634d02960cd
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ccb36ed..84e1a49 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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=