diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-04 17:31:08 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-04 17:32:08 +0100 |
commit | 43766b98c22fdf3f0d7b777e15897032d8e638e1 (patch) | |
tree | 78f4b58247d197bc22e99563dcf1d0b27536d4a6 | |
parent | 23bb62c88cbda979269b85acd8a279da67fac393 (diff) |
Fix tox env list in travis-ci
https://travis-ci.org/collivier/functest-xtesting/jobs/632680250
Change-Id: I49fb0e399b2c0a31af21f5216b0576335773b8ab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 72fad4ee..619944e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ jobs: include: - stage: run unit tests script: > - tox -e docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,py37,cover + tox -e docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,py38,cover - stage: build xtesting images script: sudo -E bash build.sh env: |