summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIvan Pouzyrevsky <sandello@yandex-team.ru>2013-06-02 12:31:42 +0400
committerDavid Arthur <mumrah@gmail.com>2013-06-07 21:20:55 -0400
commit60200c671b83838159f5b9b2ee9c4c5cbac0ec14 (patch)
tree1760ed7e27c2ff63045448ca4ceedb7ffc2d53d2 /tox.ini
parent2bd2dbcc9b141b76a91e6a4d92110e6ecc8bb3df (diff)
downloadkafka-python-60200c671b83838159f5b9b2ee9c4c5cbac0ec14.tar.gz
toxify all the tests and use xfail marks
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 9 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ab8b515..f41911c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,2 +1,10 @@
+[tox]
+envlist = py26, py27
+[testenv]
+deps = pytest
+commands = py.test --basetemp={envtmpdir} []
+setenv =
+ PROJECT_ROOT = {toxinidir}
+ KAFKA_ROOT = {toxinidir}/kafka-src
[pytest]
-norecursedirs = kafka-src
+norecursedirs = .git .tox build dist kafka-src