Drop py27 verification 47/70047/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 09:56:04 +0000 (11:56 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 09:56:04 +0000 (11:56 +0200)
Rally dropped py27 support.

Change-Id: I298088905dab16a0b085d7f47aa90a74b253a5d6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
.travis.yml
tox.ini

index b299605..a63458f 100644 (file)
@@ -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:
diff --git a/tox.ini b/tox.ini
index c5a6f91..45a8183 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py38,bandit,perm
+envlist = pep8,pylint,yamllint,ansiblelint,bashate,py38,bandit,perm
 
 [testenv]
 usedevelop = True