summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-16 17:31:22 -0400
committerJeff Forcier <jeff@bitprophet.org>2014-04-16 17:31:22 -0400
commit417102dbea0fbe2f7df6c690ee610b2cc2c18b19 (patch)
treed4954011a36bfb26cf6b07d58afa60b69bbebfd3
parenta1d291e04777fb963c1ac76d0d77b3ff7fe0732b (diff)
parented4f077b816cc05109bd409d052271291fee26fc (diff)
downloadparamiko-417102dbea0fbe2f7df6c690ee610b2cc2c18b19.tar.gz
Merge pull request #307 from offbyone/tox-py25
Remove python 2.5 from tox
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 55e3fe64..43c391dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py25,py26,py27,py32,py33
+envlist = py26,py27,py32,py33
[testenv]
commands = pip install --use-mirrors -q -r tox-requirements.txt