aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-04-29 11:56:04 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-04-29 11:56:04 +0200
commit5d4774b9fe73d8315066727decc34457589d13f2 (patch)
tree737e44afeea8d6d9b28b3752163214baed0afa9f /.travis.yml
parent83d3161c52c8cc8d9e4f52d7a693bbcc32508379 (diff)
Drop py27 verification
Rally dropped py27 support. Change-Id: I298088905dab16a0b085d7f47aa90a74b253a5d6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: