Skip to content
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

CI tests invariantly running on python 3.5 #49

Closed
hockeybuggy opened this issue Nov 10, 2016 · 3 comments
Closed

CI tests invariantly running on python 3.5 #49

hockeybuggy opened this issue Nov 10, 2016 · 3 comments

Comments

@hockeybuggy
Copy link

Not sure what the cause is yet, but it seems that tests are running on python 3.5 in every build on travis.

e.g.
From build 168155582 py27-dj18

$ python --version
Python 3.5.2

and py35-dj18

$ python --version
Python 3.5.2
@JBKahn
Copy link
Owner

JBKahn commented Nov 10, 2016

how sure are you? line 172 which comes after that is what should be settings the version used during tests iirc:

 tox -e $TOX_ENV

regardless of the default python on the box

@hockeybuggy
Copy link
Author

Ah you're right. So the "system python" in all of the builds are and the venvs use different pythons.

From the cat .tox/$TOX_ENV/log/*.log call at the end:

cmdargs: ['/home/travis/virtualenv/python3.5.2/bin/python', '-m', 'virtualenv', '--python', '/opt/python/2.7.9/bin/python2.7', 'py27-dj18']

Thanks @JBKahn . Nothing to see here.

@JBKahn
Copy link
Owner

JBKahn commented Nov 10, 2016

np, thanks for investigating and reporting it. Much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants