Re: [SQLObject] Proposed Plan for Porting to Python 3
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2014-12-04 14:39:42
|
On Thu, Dec 04, 2014 at 08:29:17AM -0600, Ian Cordasco <gra...@gm...> wrote: > 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. Let me fix it in its current form. Now I need to install FormEncode. Later we can change it. BTW, have you tried to run sqlobject's tests with tox? I only run it with py.test. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |