summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrey Lebedev <andrey@lebedev.lt>2013-02-15 12:40:06 +0000
committerAndrey Lebedev <andrey@lebedev.lt>2013-02-15 12:40:06 +0000
commit570ca504d25bc9ae756ff1b163e758861d3349e9 (patch)
tree0a8a548e5c7eb122bee29234b2e5032e73f5b67d /tox.ini
parent3fb5a4e020f5583140c820ef3b3bdbfe1b12da8b (diff)
downloadzope-i18n-570ca504d25bc9ae756ff1b163e758861d3349e9.tar.gz
Support for python-3.3 added
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..66fef8d
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,12 @@
+# content of: tox.ini , put in same dir as setup.py
+[tox]
+envlist = py26,py27,py33
+
+[testenv]
+deps=zope.testrunner
+ zope.testing
+ python-gettext
+ zope.configuration
+ zope.security
+
+commands=zope-testrunner --all --test-path=src -v