diff --git a/.travis.yml b/.travis.yml index d45001fc0..fe65907cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ jobs: include: - stage: verify-tag python: 3.7 - script: [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ] + script: | + [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ] - stage: test python: 2.7 env: TOXENV=update-pycodestyle