diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-05-01 10:29:38 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-05-01 10:29:38 -0700 |
commit | 99320fbd8c33f3b831557c507deeaf5e650ab813 (patch) | |
tree | bdf218bcf6409caf39e754879d38b9b66efbee32 /tox.ini | |
parent | b120ca5d72fe401d9f73b647616a16742600ace2 (diff) | |
download | kafka-python-99320fbd8c33f3b831557c507deeaf5e650ab813.tar.gz |
Add pypy back to tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26, py27 +envlist = py26, py27, pypy [testenv] deps = unittest2 |