diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 . |
