pyenv.pyenv-virtualenv/test
Josh Hagins 5953ddaf64 Ignore failure of pyenv activate
When the current pyenv environment is not a virtualenv, this line
exits with a return code of 1. This is annoying for those of us
who report the last return code in our own PROMPT_COMMAND, so
ignore the output of `pyenv activate` if we're not currently using
a virtualenv.
2015-03-18 22:30:19 -04:00
..
stubs Add unittest 2014-01-18 18:19:53 +09:00
tmp Add .gitignore 2014-01-21 00:04:48 +09:00
activate.bats fix failed tests running under fish 2015-01-05 23:28:14 +08:00
deactivate.bats shell version set in activate should be unset in deactivate (#61) 2014-12-23 11:21:52 +09:00
hooks.bats Workaround for the issue with pyenv-which-ext (refs #26) 2014-06-15 18:36:21 +09:00
init.bats Ignore failure of pyenv activate 2015-03-18 22:30:19 -04:00
installer.bats Add eval "$(pyenv virtualenv-init -)" to setup _precmd_ for user's shell 2014-06-04 15:24:12 +09:00
pip.bats Calling create_symlinks after ensurepip is unnecessary 2014-10-19 10:59:52 +09:00
pyvenv.bats Calling create_symlinks after ensurepip is unnecessary 2014-10-19 10:59:52 +09:00
test_helper.bash Workaround for the issue with pyenv-which-ext (refs #26) 2014-06-15 18:36:21 +09:00
version.bats v20150119 2015-01-19 00:53:19 +09:00
virtualenv-prefix.bats Fix virtualenv-prefix when the version is system 2014-07-04 22:44:08 +09:00
virtualenv.bats Calling create_symlinks after ensurepip is unnecessary 2014-10-19 10:59:52 +09:00
virtualenvs.bats Add tests for pyenv-virtualenvs 2014-01-23 15:14:01 +09:00