codeclimate / python-test-reporter

DEPRECATED Uploads Python test coverage data to Code Climate
https://codeclimate.com
Other
19 stars 11 forks source link

Run test suite on multiple Python versions in CI #14

Closed dblandin closed 8 years ago

dblandin commented 8 years ago

This PR updates the CI configuration to install tox and run the test suite against multiple versions of Python. On the version run on Python 3.5, the reporter is executed to send code coverage data to Code Climate.