diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-30 12:58:15 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-30 12:58:15 -0500 |
| commit | df0a799c943fc53588b145730c7c43ea99cfb540 (patch) | |
| tree | dc44895f1e202c06e54f41d214a91ec48aa4404d | |
| parent | 33f982b446aa1698dcc53d3cd6277f387c79b7a3 (diff) | |
| download | flake8-df0a799c943fc53588b145730c7c43ea99cfb540.tar.gz | |
Add configparser to pypy testenv
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ envlist = py27,py33,py34,py35,flake8 deps = mock pytest - py27: configparser + pypy,py27: configparser commands = py.test {posargs} |
