summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-13 21:08:55 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-13 21:08:55 -0700
commit0424f2c4c9cb5bccb0509f285f512c6cb3254c91 (patch)
tree6cf0e5b3f565b54e1b4239656f034128c854e9bf /tox.ini
parentbd61c7c0a9a4a2020d0acfb6a01e9ec85bb43b8e (diff)
parenta4645b0c9c44311b0e3a58bce6e827e6c7047383 (diff)
Merge pull request #276 from paramiko/python3
Merged-to-master Python 3 branch
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index af4fbf20..55e3fe64 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py25,py26,py27
+envlist = py25,py26,py27,py32,py33
[testenv]
commands = pip install --use-mirrors -q -r tox-requirements.txt