Fix tests

This commit is contained in:
Yamashita, Yuu
2015-11-27 12:36:59 +00:00
parent a67be6dbe7
commit 6a2b77ed5b
5 changed files with 18 additions and 23 deletions

View File

@@ -7,11 +7,11 @@ setup() {
}
stub_pyenv() {
create_executable "${PYENV_VERSION}" "python"
create_executable "${PYENV_VERSION}" "virtualenv"
remove_executable "${PYENV_VERSION}" "pyvenv"
remove_executable "${PYENV_VERSION}" "conda"
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/${PYENV_VERSION}'"
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/${PYENV_VERSION}'"
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/${PYENV_VERSION}'"
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/${PYENV_VERSION}'"
stub pyenv-hooks "virtualenv : echo"