From 72fab7c73b6c1379988726603d600f6c2c8b0705 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 10 Jan 2015 14:22:56 -0500 Subject: Add offical support for PyPy. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 309e1fc..9d62ff2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py32, py33, py34, flake8 +envlist = py27, py32, py33, py34, pypy, flake8 [testenv] downloadcache = {toxworkdir}/cache -- cgit v1.2.3