Thanks to visit codestin.com Credit goes to github.com
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 16ec8c4 commit a12fff7Copy full SHA for a12fff7
.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