Discussion:
[TIP] tox does not find python3.x interpreters in Travis Mac OS builds
Olemis Lang
2018-07-08 22:50:32 UTC
Permalink
This is a follow up to my former question . My GNU/Linux builds are green .
Now I'm adding MacOS steps. I decided to use pyenv since (afaict) it makes
life easier in MacOS ... but ... tox is not detecting the python3
interpreters :

- I double checked that the right Python version is installed [1]_
- Script creates an alias using pyenv which [2]_
- ... and also installs tox-pyenv [3]_

None of those is working . Hints will be appreciated .

Thanks in advance

p.s. Python 2 builds work because it seems that version is pre-installed in
the travis image (or some other reason , it just works).

.. [1] https://travis-ci.org/simelo/pyskycoin/jobs/401547552#L1448-L1452

.. [2] https://travis-ci.org/simelo/pyskycoin/jobs/401547552#L1455-L1458

.. [3] https://travis-ci.org/simelo/pyskycoin/jobs/401547552#L1557
--
Regards,

Olemis - @olemislc

Software Eng Skycoin : https://www.skycoin.net
Apache™ Bloodhound contributor : http://issues.apache.org/bloodhound
Brython committer : http://brython.info
SciPy Latin America - Ambassador : http://conf.scipyla.org

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Olemis Lang
2018-07-12 01:04:19 UTC
Permalink
Post by Olemis Lang
This is a follow up to my former question . My GNU/Linux builds are green
. Now I'm adding MacOS steps. I decided to use pyenv since (afaict) it
makes life easier in MacOS ... but ... tox is not detecting the python3
- I double checked that the right Python version is installed [1]_
- Script creates an alias using pyenv which [2]_
- ... and also installs tox-pyenv [3]_
None of those is working . Hints will be appreciated .
[...]
For the record ... fixed [1]_ [2]_ after struggling a bit with Travis
builds .

p.s. Two URLs included since we are migrating this repository onto Skycoin
org .

.. [1] https://travis-ci.org/olemis/pyskycoin/builds/402693699

.. [2] https://travis-ci.org/skycoin/pyskycoin/builds/402693699
--
Regards,

Olemis - @olemislc

Software Eng Skycoin : https://www.skycoin.net
Apache™ Bloodhound contributor : http://issues.apache.org/bloodhound
Brython committer : http://brython.info
SciPy Latin America - Ambassador : http://conf.scipyla.org

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Oliver Bestwalter
2018-07-13 09:44:58 UTC
Permalink
Hi Olemis,

see this answer on SO: https://stackoverflow.com/a/43250004/2626627

Cheers,
Oliver
Post by Olemis Lang
Post by Olemis Lang
This is a follow up to my former question . My GNU/Linux builds are green
. Now I'm adding MacOS steps. I decided to use pyenv since (afaict) it
makes life easier in MacOS ... but ... tox is not detecting the python3
- I double checked that the right Python version is installed [1]_
- Script creates an alias using pyenv which [2]_
- ... and also installs tox-pyenv [3]_
None of those is working . Hints will be appreciated .
[...]
For the record ... fixed [1]_ [2]_ after struggling a bit with Travis
builds .
p.s. Two URLs included since we are migrating this repository onto Skycoin
org .
.. [1] https://travis-ci.org/olemis/pyskycoin/builds/402693699
.. [2] https://travis-ci.org/skycoin/pyskycoin/builds/402693699
--
Regards,
Software Eng Skycoin : https://www.skycoin.net
Apache™ Bloodhound contributor : http://issues.apache.org/bloodhound
Brython committer : http://brython.info
SciPy Latin America - Ambassador : http://conf.scipyla.org
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
_______________________________________________
testing-in-python mailing list
http://lists.idyll.org/listinfo/testing-in-python
Loading...