robotlearn / pyrobolearn

PyRoboLearn: a Python framework for Robot Learning
Apache License 2.0
402 stars 62 forks source link

Continuous Integration? #14

Open markusgft opened 5 years ago

markusgft commented 5 years ago

Before you go online with Pyrobolearn at CoRL, you might want to consider adding a slim CI-pipeline, e.g. using travis, which is free for open-source projects.

In that context, you may also consider switching to a pull-request driven development, since pushing to master is not ideal, and will certainly scare potential users away. See e.g. the following discussion.

lrozo commented 5 years ago

Sure Markus, the pull-request approach will be our development method as soon as we finish our first release, which is to be done in the next days. I was not aware of Travis, but it looks as a good tool! We will discuss it with Brian.

Thanks!

bdelhaisse commented 5 years ago

Thanks Markus, I will definitely switch to a PR driven development and use travis in the upcoming days. As Leo said, I am just finishing few stuffs before the conference, and then I will switch :)