tox can't detect python interpreter in D:\python27 path
I figured this out. looks like I need to specify python2.7 instead of py27 for windows
[tox]
envlist=python2.7
This correctly detects the location of python irrespective of C or D drive.
I figured this out. looks like I need to specify python2.7 instead of py27 for windows
[tox]
envlist=python2.7
This correctly detects the location of python irrespective of C or D drive.