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 08:27:00
|
Hi!
On Thu, Dec 04, 2014 at 09:38:04AM +0200, Simon Cross <hod...@gm...> wrote:
> Looks good?
>
> I was a bit surprised by the "/usr/bin/py.test-$TRAVIS_PYTHON_VERION".
> I would have thought that could just be "py.test"?
But how do you run test with different python versions?
python:
- "2.6"
- "2.7"
makes Travis to repeat the tests with different versions, so the test
script has either run
python-$TRAVIS_PYTHON_VERSION /usr/bin/py.test
or
/usr/bin/py.test-$TRAVIS_PYTHON_VERSION
At least that how I understand it. I am new to Travis.
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|