This commit is contained in:
Hans Dembinski
2018-07-17 14:44:05 +02:00
parent 0d7ff4dc13
commit 0c13dc4b27

View File

@@ -66,7 +66,7 @@ git:
# Install packages (pre-installed: pytest numpy)
install:
- if [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
pyenv install ${PY}
pyenv install ${PY};
fi
- pyenv versions
- pyenv global ${PY}