Re: [SQLObject] Proposed Plan for Porting to Python 3
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Neil M. <drn...@gm...> - 2014-12-04 14:30:55
|
On 4 December 2014 at 16:23, Oleg Broytman <ph...@ph...> 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... Since it's described as being pip installed, my guess is that py.test is in the virtualenv's bin directory, rather than /usr/bin. -- Neil Muller drn...@gm... I've got a gmail account. Why haven't I become cool? |