Script needs to be a string
This commit is contained in:
parent
9426c0ba7c
commit
c702712013
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user