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 764e1d2 commit b54f1bfCopy full SHA for b54f1bf
.travis.yml
@@ -14,7 +14,8 @@ jobs:
14
include:
15
- stage: verify-tag
16
python: 3.7
17
- script: [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
+ script: |
18
+ [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
19
- stage: test
20
python: 2.7
21
env: TOXENV=update-pycodestyle
0 commit comments