From 0ae0ebf94de6366490e0b2ed62d36c0ba5cc5e99 Mon Sep 17 00:00:00 2001 From: "D.B. Tsai" Date: Wed, 22 Aug 2012 16:52:17 -0700 Subject: Ported to python3k, and added pypy into the tox test automation. --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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 . -- cgit v1.2.1