Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9eb4353
)
Remove py27 in .travis-ci
05/70105/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 1 May 2020 11:37:43 +0000
(13:37 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 1 May 2020 11:41:02 +0000
(13:41 +0200)
py27 cannot be gated due to Rally.
https://travis-ci.org/github/collivier/functest/jobs/
681899038
Change-Id: Ifeef8b99050182c7629b0767920724d94cd86c48
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
bdf53a3d0d7792bd3ea7e82e86c622503ff94b26
)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
50a40cd
..
cfd84f8
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-24,7
+24,7
@@
jobs:
- stage: run unit tests
script: >
tox -e \
- docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py
27,py
37,cover
+ docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py37,cover
- stage: build functest-core images
script: sudo -E bash build.sh
env: