Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup continuous integration testing #127

Open
AndreMiras opened this issue Mar 16, 2019 · 0 comments
Open

Setup continuous integration testing #127

AndreMiras opened this issue Mar 16, 2019 · 0 comments

Comments

@AndreMiras
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant