Skip to content

Commit de2a020

Browse files
committed
Remove the notation about 'make zookeeper'.
From commit 4db81cf, the make target 'zookeeper' was removed and the tox is needed to run 'make test'.
1 parent b296d16 commit de2a020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ your new repository and run the build scripts::
2424
git clone git@github.com:<username>/kazoo.git
2525
cd kazoo
2626
make
27-
make zookeeper
2827

2928
You need to have some supported version of Python installed and have
3029
it available as ``python`` in your shell. To run Zookeeper you also
31-
need a Java runtime (JRE or JDK) version 6 or 7.
30+
need a Java runtime (JRE or JDK) version 6 or 7. To run tests, you
31+
need to have the tox, Python testing tool, to be installed in your shell.
3232

3333
You can run all the tests by calling::
3434

0 commit comments

Comments
 (0)