I want to run tests with multiple Python versions on OS X 10.11, including:
- Python 2.6 - ?!
- Python 2.7 - default - solved
- Python 3.4 - ?!
- Python 3.5 - installed via brew - works well
- Conda Python 3.5 - ?!
I want to run the tests via tox
so tox needs to be able to find them. Sadly it seems that brew doesn't want to install 3.4 since they added 3.5 and I obviously do not want to remove 3.5 one.