From bdf53a3d0d7792bd3ea7e82e86c622503ff94b26 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 May 2020 13:37:43 +0200 Subject: Remove py27 in .travis-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0810c6272..943290ab4 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: -- cgit 1.2.3-korg