Contributing

Get the source code

The source code is maintained on GitHub. Contributions are welcome.

Continuous integration

The code repository on GitHub is integrated with a few continuous integration services which come into effect each time code is pushed:

  • Travis CI runs the unit tests in a Linux environment for each supported Python release.
  • AppVeyor runs the unit tests in a Windows environment.
  • Coveralls tracks how much of the code is covered by the unit tests. This is updated by Travis when a test succeeds.