Skip to content

Commit

Permalink
Script needs to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf authored and palnabarun committed Mar 12, 2020
1 parent 9426c0b commit c702712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c702712

Please sign in to comment.