Script needs to be a string
This commit is contained in:
parent
764e1d2cda
commit
b54f1bf476
@ -14,7 +14,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