[01:32:14] <tchaypo> running tests inside tox. inspect env. notice that $PATH contains a mixture of python2.7 paths (inside the venv tox made) and python3.4 (from the system).
[01:33:53] <tchaypo> apparently because the environment in which I ran tox had the py3.4 paths and tox just prepends, which makes sense