summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-04-12 15:16:17 -0400
committerTres Seaver <tseaver@palladion.com>2016-04-12 15:16:17 -0400
commited1475086797daa7e812295f44994b57b4eed529 (patch)
tree7aab03cbda09e974719452422012f322d5e9c9c9 /tox.ini
parentd281b9598c6be7225282f8420ec35de69f8caa0f (diff)
downloadzope-browser-ed1475086797daa7e812295f44994b57b4eed529.tar.gz
Add support for Python 3.5.add-py35-support
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8fec485..f7165cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,10 @@
[tox]
envlist =
- py27,py33,py34,pypy,pypy3
+ py27,py33,py34,py35,pypy,pypy3
[testenv]
commands =
- python setup.py test -q
+ python setup.py -q test -q
deps =
zope.interface