diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
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: @@ -61,7 +61,7 @@ basepython = python3.7 commands = ansible-lint ansible/site.yml -[testenv:py36] +[testenv:py37] commands = nosetests functest/tests/unit [testenv:bashate] |