We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec9559 commit 3d016e7Copy full SHA for 3d016e7
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
install:
16
# work around https://github.com/travis-ci/travis-ci/issues/8363
17
# https://github.com/pre-commit/pre-commit/commit/e3ab8902692e896da9ded42bd4d76ea4e1de359d
18
- - pyenv install $PYENV_VERSION
+ - pyenv install -s $PYENV_VERSION
19
- pyenv global system $PYENV_VERSION
20
- REQ="ci/requirements-${PYTHON}-${PANDAS}" ;
21
if [ -f "$REQ.pip" ]; then
0 commit comments