Hi!

On Thu, Dec 04, 2014 at 09:38:04AM +0200, Simon Cross <hodges...@gmail.com> 
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/            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

Reply via email to