Prepare for pull request
Before creating a pull request use tox to perform all checks against the code base:
$ tox
This will run code style checks, unittests against multiple versions of python and attempt to perform a build. When this passes create a pull request.
Note
Issue 1157 is still being resolved and should not gate any PR creation.