Skip to content

Commit 3d016e7

Browse files
committed
TST: skip if version already installed.
1 parent 2ec9559 commit 3d016e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
install:
1616
# work around https://github.com/travis-ci/travis-ci/issues/8363
1717
# https://github.com/pre-commit/pre-commit/commit/e3ab8902692e896da9ded42bd4d76ea4e1de359d
18-
- pyenv install $PYENV_VERSION
18+
- pyenv install -s $PYENV_VERSION
1919
- pyenv global system $PYENV_VERSION
2020
- REQ="ci/requirements-${PYTHON}-${PANDAS}" ;
2121
if [ -f "$REQ.pip" ]; then

0 commit comments

Comments
 (0)