On Sat, Mar 12, 2016 at 10:10 AM, boB Stepp <robertvst...@gmail.com> wrote:
> From "Practices of an Agile Developer" by Venkat Subramaniam and Andy
> Hunt, c. 2006, page 90:
>
> <quote>
> You're already writing unit tests to exercise your code.  Whenever you
> modify or refactor your code, you exercise your test cases before you
> check in the code.  All you have to do now is exercise your test cases
> on each supported platform or environment.


Hi Bob,


There are some common infrastructure that folks can use.  For example,
Travis CL is one such continuous integration system that's getting
traction:

     https://travis-ci.org/

I think there's another CI system called Jenkins CI that's also used
quite a bit.


Hope this helps!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to