10000 Script needs to be a string · kubernetes-client/python@c702712 · GitHub
[go: up one dir, main page]

Skip to content

Commit c702712

Browse files
fabianvfpalnabarun
authored andcommitted
Script needs to be a string
1 parent 9426c0b commit c702712

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
include:
1414
- stage: verify-tag
1515
python: 3.7
16-
script: [ "v$(python -c 'import kubernetes ; print(kubernetes._ 53C9 _version__)')" == "${TRAVIS_TAG}" ]
16+
script: |
17+
[ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
1718
- stage: test
1819
python: 2.7
1920
env: TOXENV=update-pycodestyle

0 commit comments

Comments
 (0)
0