Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 598 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 598 Bytes

Highfive

Github hooks to provide an encouraging atmosphere for new contributors

Install

To install highfive you just need to execute the setup.py script or use pip directly. Both commands have to be executed from the directory where the setup.py script is located.

$ python setup.py install

or

$ pip install . # the dot is important ;)

Testing

To run tests, make sure the test-requirements are installed by running:

$ pip install -r test-requirements.txt

Once the dependencies are installed, you can run tests by executing:

$ nosetests