Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 670 Bytes

development.rst

File metadata and controls

26 lines (18 loc) · 670 Bytes

Development

Automated Testing

All pull requests and merges are tested in Travis CI based on the .travis.yml file.

Usually, a link to your specific travis build appears in pull requests, but if not, you can find it on the pull requests page

The only way to trigger Travis CI to run again for a pull request, is to submit another change to the pull branch.

Running Tests

You will need Tox installed to run the tests against the supported Python versions.

$ pip install tox
$ tox