Script needs to be a string

This commit is contained in:
Fabian von Feilitzsch 2020-03-10 12:20:23 -04:00 committed by Nabarun Pal
parent 9426c0ba7c
commit c702712013
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -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