diff options
author | 2020-05-01 13:37:43 +0200 | |
---|---|---|
committer | 2020-05-01 13:41:02 +0200 | |
commit | a0b58f45e42adc3eee61cf392328345b4df78d30 (patch) | |
tree | a63671205956cfaa31f085660829d98d749363b9 | |
parent | 9eb435392b4c0ec55f62e954dfda57ff24db0695 (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 50a40cd41..cfd84f8c0 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,py37,cover + docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py37,cover - stage: build functest-core images script: sudo -E bash build.sh env: |