summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorD.B. Tsai <dbtsai@dbtsai.com>2012-08-26 16:29:14 -0700
committerD.B. Tsai <dbtsai@dbtsai.com>2012-08-27 20:02:53 -0700
commit29a769f3107e904e4935efe8765328f79adf633a (patch)
tree7dddf867ef4fa54745257d5365cbc2eea3914480 /tox.ini
parenta63b32c7a7673ccfd24593ed69e57e43edfefb1b (diff)
downloadpython-mimeparse-29a769f3107e904e4935efe8765328f79adf633a.tar.gz
Fixed that parse_media_range overrides quality values of 0
https://github.com/dbtsai/python-mimeparse/issues/1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 1 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 6d2e69f..72cd14a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,21 +1,15 @@
[tox]
-envlist = py33,py32,py27,py26,pypy,pep8,pyflakes
+envlist = py32,py27,pypy,pep8,pyflakes
[testenv]
commands = ./mimeparse_test.py
-[testenv:py33]
-basepython = python3.3
-
[testenv:py32]
basepython = python3.2
[testenv:py27]
basepython = python2.7
-[testenv:py26]
-basepython = python2.6
-
[testenv:pypy]
basepython = pypy