Skip to content

Commit b140704

Browse files
committed
TST: pyenv install supported versions, skip if installed.
1 parent 2ec9559 commit b140704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ language: python
55
env:
66
- PYTHON=2.7 PANDAS=0.19.2 COVERAGE='false' LINT='true' PYENV_VERSION=2.7.14
77
- PYTHON=3.5 PANDAS=0.18.1 COVERAGE='true' LINT='false' PYENV_VERSION=3.5.4
8-
- PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='false' PYENV_VERSION=3.6.4
9-
- PYTHON=3.6 PANDAS=MASTER COVERAGE='false' LINT='true' PYENV_VERSION=3.6.4
8+
- PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='false' PYENV_VERSION=3.6.1
9+
- PYTHON=3.6 PANDAS=MASTER COVERAGE='false' LINT='true' PYENV_VERSION=3.6.1
1010

1111
before_install:
1212
- echo "before_install"
@@ -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)