summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvelino <thiago@avelino.xxx>2015-12-13 17:44:36 -0200
committerAvelino <thiago@avelino.xxx>2015-12-13 17:44:36 -0200
commit05e18dffb40167e4ce83ae2172f741743c034891 (patch)
treeefeacd9658752738cf528a694cc2d6365f003c20
parent38da2690a29826a233615864f922b19aa431e716 (diff)
downloadbottle-05e18dffb40167e4ce83ae2172f741743c034891.tar.gz
remove py25 on tox file
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 8337ac7..55544a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py25-empty,py26,py27,py32,py33,py27-most
+envlist = py26,py27,py32,py33,py27-most
[testenv]
deps=Mako
@@ -7,10 +7,6 @@ deps=Mako
commands={envpython} test/testall.py
sitepackages=False
-[testenv:py25-empty]
-basepython=python2.5
-deps=simplejson
-
[testenv:py27-most]
basepython=python2.7
deps=Mako