summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2017-05-23 10:00:31 -0400
committerStephan Richter <stephan.richter@gmail.com>2017-05-23 10:00:31 -0400
commit4f7385eefe7d647d314a89e074c0fbef6fa2347e (patch)
treed7b31f537acb1b0612a0b0f336e40f13d2a7266c /tox.ini
parent54e22afd3b7d53a2a3eeee3925acdee74d57dbc7 (diff)
downloadzope-i18n-4f7385eefe7d647d314a89e074c0fbef6fa2347e.tar.gz
Fix tox, at least locally, for Python 3.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2b40de1..cd5b081 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,8 @@
envlist = py27,py34,py35,py36,pypy,pypy3,coverage,docs
[testenv]
+# We need to use develop egg to get namespace directories right.
+usedevelop = true
commands =
python setup.py -q test -q
deps =