add note about how to run tests
This commit is contained in:
parent
c02c61c54c
commit
2a4f9a62fa
13
README.rst
13
README.rst
|
@ -64,3 +64,16 @@ Example Usage
|
|||
'JALYF'
|
||||
>>> jellyfish.match_rating_codex(u'Jellyfish')
|
||||
'JLLFSH'
|
||||
|
||||
Running Tests
|
||||
=============
|
||||
|
||||
If you are interested in contributing to Jellyfish, you may want to
|
||||
run tests locally. Jellyfish uses tox_ to run tests, which you can
|
||||
setup and run as follows::
|
||||
|
||||
pip install tox
|
||||
# cd jellyfish/
|
||||
tox
|
||||
|
||||
.. _tox: https://tox.readthedocs.io/en/latest/
|
||||
|
|
Loading…
Reference in New Issue