diff options
author | Ivan Pouzyrevsky <sandello@yandex-team.ru> | 2013-06-02 12:31:42 +0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2013-06-07 21:20:55 -0400 |
commit | 60200c671b83838159f5b9b2ee9c4c5cbac0ec14 (patch) | |
tree | 1760ed7e27c2ff63045448ca4ceedb7ffc2d53d2 /.gitignore | |
parent | 2bd2dbcc9b141b76a91e6a4d92110e6ecc8bb3df (diff) | |
download | kafka-python-60200c671b83838159f5b9b2ee9c4c5cbac0ec14.tar.gz |
toxify all the tests and use xfail marks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ +*.egg-info *.pyc +.tox build +dist |