Fix remaining py36 testenv 75/68275/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 27 Jul 2019 14:50:10 +0000 (16:50 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 27 Jul 2019 14:57:12 +0000 (16:57 +0200)
Change-Id: Ifd5e65f597e2dcdb280fac6e3bc3ac999550a83f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
.travis.yml
tox.ini

index b6ae050..2d8e2b2 100644 (file)
@@ -22,7 +22,7 @@ before_script:
 jobs:
   include:
     - stage: run unit tests
-      script: tox -e docs,pep8,pylint,yamllint,bashate,py27,py36,cover
+      script: tox -e docs,pep8,pylint,yamllint,bashate,py27,py37,cover
     - stage: build functest-core images
       script: sudo -E bash build.sh
       env:
diff --git a/tox.ini b/tox.ini
index 2350f17..1112348 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -61,7 +61,7 @@ basepython = python3.7
 commands =
   ansible-lint ansible/site.yml
 
-[testenv:py36]
+[testenv:py37]
 commands = nosetests functest/tests/unit
 
 [testenv:bashate]