summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-11-12 15:56:30 +0000
committerAsk Solem <ask@celeryproject.org>2012-11-12 15:56:30 +0000
commitc1e06243d0ffb5fda664f15db1da4d53540ebdfb (patch)
tree93dfa90bb3cad5c4ce86a9feaa4c4c2079cb2fbd /tox.ini
parent9052d0fd7226b1f377b6fd906c8c0b8459fdea44 (diff)
downloadkombu-c1e06243d0ffb5fda664f15db1da4d53540ebdfb.tar.gz
[3.0] Requires Python 2.6 or higher
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 1 insertions, 14 deletions
diff --git a/tox.ini b/tox.ini
index d73fb6e9..fcfeef74 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py25,py26,py27,py33,pypy
+envlist = py26,py27,py33,pypy
[testenv]
distribute = True
@@ -83,19 +83,6 @@ commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
--cover3-html-dir={toxinidir}/cover \
--cover3-xml-file={toxinidir}/coverage.xml
-[testenv:py25]
-basepython = python2.5
-deps = -r{toxinidir}/requirements/default.txt
- -r{toxinidir}/requirements/py25.txt
- -r{toxinidir}/requirements/test.txt
- -r{toxinidir}/requirements/test-ci.txt
-commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
- nosetests --with-xunit \
- --xunit-file={toxinidir}/nosetests.xml \
- --with-coverage3 --cover3-xml \
- --cover3-html-dir={toxinidir}/cover \
- --cover3-xml-file={toxinidir}/coverage.xml
-
[testenv:pypy]
basepython = pypy
deps = -r{toxinidir}/requirements/default.txt