From 5d4774b9fe73d8315066727decc34457589d13f2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 29 Apr 2020 11:56:04 +0200 Subject: Drop py27 verification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rally dropped py27 support. Change-Id: I298088905dab16a0b085d7f47aa90a74b253a5d6 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 b2996055..a63458fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: jobs: include: - stage: run unit tests - script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py38 + script: tox - stage: build functest-kubernetes-core image script: sudo -E bash build.sh env: -- cgit 1.2.3-korg