diff options
author | 2020-05-01 13:37:43 +0200 | |
---|---|---|
committer | 2020-05-01 13:39:21 +0200 | |
commit | 417d79052b7a26419c8cec8b188b068c434b0544 (patch) | |
tree | cf3c29d507f8fca70ebc832128cb49afd6b02910 | |
parent | e9267097f50eb253a9169ecbed25477f04ef281d (diff) |
Remove py27 in .travis-ci
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)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a3f71b116..389dcdd34 100644 --- 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,py27,py38,cover + docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py38,cover - stage: build functest-core images script: sudo -E bash build.sh env: |