We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9426c0b commit c702712Copy full SHA for c702712
.travis.yml
@@ -13,7 +13,8 @@ jobs:
13
include:
14
- stage: verify-tag
15
python: 3.7
16
- script: [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
+ script: |
17
+ [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
18
- stage: test
19
python: 2.7
20
env: TOXENV=update-pycodestyle
0 commit comments