Skip to content

Commit cde0a24

Browse files
committed
Drop trailing tabs from Travis config
This is to satisfy the night watch guard
1 parent e5d8cb0 commit cde0a24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ _helpers:
6464
before_install:
6565
- brew update
6666
- brew install pyenv || brew upgrade pyenv
67-
- &ensure_pyenv_preloaded |
68-
eval "$(pyenv init -)"
69-
eval "$(pyenv virtualenv-init -)"
67+
- &ensure_pyenv_preloaded |
68+
eval "$(pyenv init -)"
69+
eval "$(pyenv virtualenv-init -)"
7070
- &install_python pyenv install --skip-existing --keep --verbose "$PYTHON_VERSION"
7171
- &switch_python pyenv shell "$PYTHON_VERSION"
7272
- &python_version python --version

0 commit comments

Comments
 (0)