Add configparser to pypy testenv

This commit is contained in:
Ian Cordasco 2016-05-30 12:58:15 -05:00
parent 33f982b446
commit df0a799c94

View file

@ -6,7 +6,7 @@ envlist = py27,py33,py34,py35,flake8
deps =
mock
pytest
py27: configparser
pypy,py27: configparser
commands =
py.test {posargs}