From df0a799c943fc53588b145730c7c43ea99cfb540 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 30 May 2016 12:58:15 -0500 Subject: [PATCH] Add configparser to pypy testenv --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 45514ea..01d6637 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py27,py33,py34,py35,flake8 deps = mock pytest - py27: configparser + pypy,py27: configparser commands = py.test {posargs}