Testing in different environments

I got…

deactivate; pyenv global 3.5.0; py.test

bash: line 1: py.test: command not found deactivate; pyenv global 3.5.0; py.test returned exit code 127

Nothing seems to be working with pyenv global 3.5.0, tried these as well (no deactivate):

pyenv global 3.5.0; py.test
pyenv global 3.5.0 && py.test
# these actually run, but as 2.7.5

ALSO, side problem, Python 2.7 on Circle seems to not work with urllib + https? See this thread: Python 2 not "built with ssl module"?