diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 21:08:55 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 21:08:55 -0700 |
commit | 0424f2c4c9cb5bccb0509f285f512c6cb3254c91 (patch) | |
tree | 6cf0e5b3f565b54e1b4239656f034128c854e9bf /tox.ini | |
parent | bd61c7c0a9a4a2020d0acfb6a01e9ec85bb43b8e (diff) | |
parent | a4645b0c9c44311b0e3a58bce6e827e6c7047383 (diff) |
Merge pull request #276 from paramiko/python3
Merged-to-master Python 3 branch
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |