aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-07-27 16:50:10 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-07-27 16:57:12 +0200
commit9e959bea4ee2b11f9a89cb10ecc3e6b8164b6ed3 (patch)
tree6c392d9d38126d19d3a36d14d4ddbf66d9623b70
parent8731761235a58a9c418cedd9a68d9e1093a0e7c4 (diff)
Fix remaining py36 testenv
Change-Id: Ifd5e65f597e2dcdb280fac6e3bc3ac999550a83f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b6ae05076..2d8e2b27f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 2350f172c..1112348a9 100644
--- 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]