summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 .