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 a12fff7 commit a930885Copy full SHA for a930885
.travis.yml
@@ -13,8 +13,9 @@ jobs:
13
include:
14
- stage: verify-tag
15
python: 3.7
16
- script: |
17
- [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
+ script: >
+ [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ] &&
18
+ [[ "${TRAVIS_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(([ab]|dev|rc)[0-9]+)?$ ]]
19
- stage: test
20
python: 2.7
21
env: TOXENV=update-pycodestyle
0 commit comments