diff options
author | 2019-07-27 17:09:05 +0200 | |
---|---|---|
committer | 2019-07-27 20:39:34 +0200 | |
commit | 40705b6521c2684b60e3acc9824bb1f16a7e4a1e (patch) | |
tree | 7a16a23a1174c9b864a1f78cc27ff4d01cea146e /.travis.yml | |
parent | 413b52a98a359094dbc251749c04d2789e0ab24c (diff) |
Switch to Python 3.7 and Alpine 3.10
pylint is updated to 2.3.1 (lastest py3.7 version)
Change-Id: I8b70e9764e2802aeb517969c265fbebfa03458ce
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f9575877..4fa7e6c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ addons: - libssl1.0.0 before_script: - - sudo add-apt-repository -y ppa:jonathonf/python-3.6 + - sudo add-apt-repository -y ppa:deadsnakes/ppa - sudo apt-get update - - sudo apt-get install python3.6 python3.6-dev + - sudo apt-get install python3.7 python3.7-dev - sudo pip install tox - sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}" - (cd .. && git clone https://github.com/estesp/manifest-tool) @@ -21,7 +21,7 @@ before_script: jobs: include: - stage: run unit tests - script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py36 + script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py37 - stage: build functest-kubernetes-core image script: sudo -E bash build.sh env: |