Hey, I finally got travis-ci integrated with our unit tests. So far it's just running LibTest through pyv8:
cd examples/libtest/ python ../../pyv8/pyv8run.py LibTest The tests get run everytime a commit happens on pyjs/pyjs repo. Results are visible here: http://travis-ci.org/pyjs/pyjs Also, there is a status indicator at the top of README.rst here: https://github.com/pyjs/pyjs And notifications are sent to IRC and I believe [email protected] mailing list. The direct link to the status indicator is this (img): https://secure.travis-ci.org/pyjs/pyjs.png?branch=master I will be improving and broadening the amount of tests that are run over the next couple of weeks. Right now LibTest returns 0 even when there are failing tests so that will have to be changed. We're hoping to make a release in June following the time based release schedule here: https://github.com/pyjs/pyjs/wiki/TimeBasedReleases First release may just be a test-run for doing releases and probably won't have anything ground breaking. Things are really moving along :-) Enjoy! - lex
