diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-30 20:34:14 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-30 20:34:14 -0700 |
commit | 26ae50254baa7b70c0c92af66e8028fff781f2be (patch) | |
tree | 13262ea998e830d3477d2a307433a822c9d38ed8 /tox.ini | |
parent | 06ab5d196aa1753b61a43a50b01f504b8850fbe6 (diff) | |
download | kafka-python-26ae50254baa7b70c0c92af66e8028fff781f2be.tar.gz |
Temporarily remove pypy support
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, pypy +envlist = py26, py27 [testenv] deps = unittest2 |