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 38fb075..62c1338 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35,py34,py32,py27,pypy,pep8,pyflakes
+envlist = py35,py34,py32,py27,pypy,pypy3,pep8,pyflakes
[testenv]
commands = ./mimeparse_test.py
@@ -19,6 +19,9 @@ basepython = python2.7
[testenv:pypy]
basepython = pypy
+[testenv:pypy3]
+basepython = pypy3
+
[testenv:pep8]
deps = pep8
commands = pep8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg .