appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

Setup continuous integration testing #127

Open AndreMiras opened 5 years ago

AndreMiras commented 5 years ago

It would be great to have a CI such as Travis running. It's really reassuring for user and contributors to see unit tests are in place and running automatically. It also an easy way to "document" consistently how tests are supposed to run. To run tests in Travis, I would suggest you to run from a Docker container. Not only it provides isolations for tests, but also it makes it possible to decouple integration testing from the CI provider and last but not least contributors can use this Docker file to test their changes locally before pull requesting.