TestingΒΆ

Install test/dev requirements with

pip install -r dev-requirements.txt

Run tests with

py.test

or if you want to test against all python versions and pep8

tox