Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

Set up continuous integration #272

Open melvin15may opened 7 years ago

melvin15may commented 7 years ago

Plugin continuous integration tools like Travis CI or Circle CI, to test code before merging changes to develop or master branch.

adbharadwaj commented 7 years ago

I have asked Sandeep to write a tutorial on how to used CI plug-ins like Travis in a python project. We will follow that to setup Travis CI for Graphspace.

Thanks for creating this issue.

On Jun 1, 2017 11:12 PM, "Melvin Mathew" notifications@github.com wrote:

Plugin continuous integration tools like Travis CI or Circle CI, to test code before merging changes to develop or master branch.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Murali-group/GraphSpace/issues/272, or mute the thread https://github.com/notifications/unsubscribe-auth/ADUeB0MkT3tM6qHDpx6juIlEi9jB3rfyks5r_vgMgaJpZM4NtT_W .

sandeepm96 commented 7 years ago

I have implemented Travis CI for the graphspace-python library repo. The setup steps for the same have been documented by me in this blog post: https://summerofcode17.wordpress.com/2017/07/30/integrating-travis-ci-with-your-github-project/