[TIP] tox failing to find py33 on windows: fixed

Chris Withers chris at simplistix.co.uk
Wed Jan 30 23:07:04 PST 2013


On 30/01/2013 23:10, Chris Withers wrote:
> The three failing jobs are a bit puzzling, with exceptions along the
> lines of "InterpreterNotFound: python3.x":
>
> http://jenkins.simplistix.co.uk/job/xlrd/3/TOXENV=py33,label=windows/console

This one is an easy-to-fix bug in tox...

_venv.py in tox just needs the following added at line 329:

             'python3.3': "c:\python33\python.exe",

Holger, can you make that change?

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk



More information about the testing-in-python mailing list