You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my system and I think in general, tox runs whatever 3.x version of python you have if the version you have is not 3.5.
When I change py350 to py35, it properly fails with an InterpreterNotFound. Is py350 even a thing? I looked in the tox docs and all I could see was {py27,...,py33,py34,py35,py36} nowhere I see definition with a trailing zero.
There is also this issue.
Talking about installing python3.5 yourself because tox doen not install it for you.
On my system and I think in general, tox runs whatever 3.x version of python you have if the version you have is not 3.5.
When I change py350 to py35, it properly fails with an InterpreterNotFound. Is
py350even a thing? I looked in the tox docs and all I could see was{py27,...,py33,py34,py35,py36}nowhere I see definition with a trailing zero.There is also this issue.
Talking about installing python3.5 yourself because tox doen not install it for you.