Skip to content

Files

Latest commit

Aug 31, 2015
9fd16d3 · Aug 31, 2015

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