summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorD.B. Tsai <dbtsai@dbtsai.com>2012-08-22 16:52:17 -0700
committerD.B. Tsai <dbtsai@dbtsai.com>2012-08-27 20:02:40 -0700
commit0ae0ebf94de6366490e0b2ed62d36c0ba5cc5e99 (patch)
tree14222d897772444aee9dcd16a29fd5f0d13becad /tox.ini
parent694ff00b2e7362ce2b128d7d02c7ccc2852300c2 (diff)
downloadpython-mimeparse-0ae0ebf94de6366490e0b2ed62d36c0ba5cc5e99.tar.gz
Ported to python3k, and added pypy into the tox test automation.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a330c2a..6d2e69f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py33,py32,py27,py26,pep8,pyflakes
+envlist = py33,py32,py27,py26,pypy,pep8,pyflakes
[testenv]
commands = ./mimeparse_test.py
@@ -16,6 +16,9 @@ basepython = python2.7
[testenv:py26]
basepython = python2.6
+[testenv:pypy]
+basepython = pypy
+
[testenv:pep8]
deps = pep8
commands = pep8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg .