diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-23 00:04:09 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-23 00:04:09 -0700 |
commit | 6628c109b786cfc3c429400eaa258298bcc77ec0 (patch) | |
tree | 9a47934ae0e99481ff7ceaa2e58ce018a6f57ce1 /tox.ini | |
parent | b6262e4c0bc8779b331987e05d133f2a046f70b2 (diff) | |
download | kafka-python-6628c109b786cfc3c429400eaa258298bcc77ec0.tar.gz |
Move kafka-src to servers/0.8.0/kafka-src, move test/resources to servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -10,6 +10,3 @@ commands = nosetests --with-coverage --cover-erase --cover-package kafka [] setenv = PROJECT_ROOT = {toxinidir} - KAFKA_ROOT = {toxinidir}/kafka-src -[pytest] -norecursedirs = .git .tox build dist kafka-src |