On Thu, Dec 4, 2014 at 8:23 AM, Oleg Broytman <p...@phdru.name> wrote: >> If you make a branch in the repository and (one of us [1]) enables >> Travis then we can test the config to see how it works :) > > Failed with error: > /home/travis/build.sh: line 41: /usr/bin/py.test: No such file or directory > See https://travis-ci.org/sqlobject/sqlobject/ > > That's strange, docs say py.test is available: > http://docs.travis-ci.com/user/ci-environment/ > Preinstalled pip packages: nose py.test mock wheel. > > Will try to install it... > > Oleg. > -- > Oleg Broytman http://phdru.name/ p...@phdru.name > Programmers don't die, they just GOSUB without RETURN. > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > sqlobject-discuss mailing list > sqlobject-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
So I tend to have a slightly more complex set-up anyway. (See: https://github.com/sigmavirus24/github3.py/blob/develop/.travis.yml) I've found it easier to do more nuanced Travis builds with tox and let tox handle dependencies for the environment etc. (This also gives us an easy way to run pyflakes without having to do weird things with the travis.yml and gives contributors a way of having test environments that should mirror the CI set-up really well with very minor deltas.) Now that Travis is enabled for the repository, I can fork your branch with updates for this approach if you'd like. -- Ian ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss