Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 303 Bytes

CONTRIBUTING.rst

File metadata and controls

19 lines (10 loc) · 303 Bytes

Running tests

To run the tests, install the dependencies in requirements.txt and also nose:

pip install nose

Then run:

nosetests pandas_highcharts

Alternatively, to run the tests on all supported versions, install 'tox':

pip install tox

Then just run tox:

tox