summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5d983d4..06bd4fd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,4 +4,5 @@ envlist = py25, py26, py27, py32, py33
[testenv]
commands = nosetests blessings
deps = nose
-changedir = .tox # So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd
+# So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd:
+changedir = .tox \ No newline at end of file