From fd4a81cf3dede18d878db1f00cbfcf3498f06c96 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 27 Jul 2015 12:23:01 -0700 Subject: [PATCH] Re-enable pypy in tox This wasn't a problem and my fix didn't work anyway. :flushed: --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2ed5a148e..af245bf8f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, docs, flake8 -# pypy temporarily disabled +envlist = py27, pypy, docs, flake8 [testenv] deps =