mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Add test for PYENV_VERSION=3.4:2.7
This commit is contained in:
parent
a1df551bcf
commit
bbf8cb4a95
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ create_executable() {
|
||||||
|
|
||||||
PYENV_VERSION=3.4 run pyenv-which py.test
|
PYENV_VERSION=3.4 run pyenv-which py.test
|
||||||
assert_success "${PYENV_ROOT}/versions/3.4/bin/py.test"
|
assert_success "${PYENV_ROOT}/versions/3.4/bin/py.test"
|
||||||
|
|
||||||
|
PYENV_VERSION=3.4:2.7 run pyenv-which py.test
|
||||||
|
assert_success "${PYENV_ROOT}/versions/3.4/bin/py.test"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "searches PATH for system version" {
|
@test "searches PATH for system version" {
|
||||||
|
|
Loading…
Reference in a new issue