summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRoman Imankulov <roman.imankulov@gmail.com>2012-11-21 22:56:12 +0300
committerRoman Imankulov <roman.imankulov@gmail.com>2012-11-21 22:56:12 +0300
commit5c641dce6a999015902fd6b8eaa1484e770fab77 (patch)
tree3ea40765867ff6663b8cb30900d6ebbf5aa9c04d /tox.ini
parentb1a57a3e20701a9f95f3bcddd2f5f812e264d1e1 (diff)
downloadredis-py-5c641dce6a999015902fd6b8eaa1484e770fab77.tar.gz
Improved testing for multiple interpreters support
- Added version "3.3" to .travis.yml - Added configuration file to support testing with tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..f492a8b
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,5 @@
+[tox]
+envlist = py25, py26, py27, py32, py33
+
+[testenv]
+commands = python setup.py test