Skip to content

Commit

Permalink
Remove the notation about 'make zookeeper'.
Browse files Browse the repository at this point in the history
From commit 4db81cf, the make
target 'zookeeper' was removed and the tox is needed to run
'make test'.
  • Loading branch information
bwtakacy committed Jan 9, 2016
1 parent b296d16 commit de2a020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Expand Up @@ -24,11 +24,11 @@ your new repository and run the build scripts::
git clone git@github.com:<username>/kazoo.git
cd kazoo
make
make zookeeper

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

You can run all the tests by calling::

Expand Down

0 comments on commit de2a020

Please sign in to comment.