-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support setting a custom Python version #5
Conversation
I did |
Requesting Python 3.4 seems to work just fine: https://travis-ci.org/Pext/Pext/jobs/440934890 And my build fails here because SIP needs Python 3.5 at least. Want me to make another commit to request 3.5 instead? |
Hmm... do we actually copy the right virtualenv though? I find the code a bit confusing at some points. |
Okay, tried switching to conda install as well. Maybe you just did it too late into the process? Works fine here. |
Forgot to post the log: https://travis-ci.org/Pext/Pext/jobs/440974701 |
Okay, seems to work. Let's merge it. |
Thanks! |
No idea of this will work, just an attempt at #3.