aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-04-13 22:30:42 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-04-14 00:38:38 +0200
commit4bb1cb6994877054a93df31b106038954bf9df1c (patch)
tree640f89bc1a5185fde97846ef8205c21476f7b934 /.travis.yml
parent0be37e8a1c2a99bc879026a31c412eb6fe2d0a51 (diff)
Verify py36 via travis-ci
Change-Id: I1180478c19d0f1c56e615a2af568cbbf4cc828d3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 8f1248484478813b7881e4642cf5ca6dbcf86f74)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 03c34bd94..087105cde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,9 @@ addons:
before_script:
- sudo apt-get -y install qemu-user-static
+ - sudo add-apt-repository -y ppa:jonathonf/python-3.6
+ - sudo apt-get update
+ - sudo apt-get install python3.6 python3.6-dev
- sudo pip install tox
- sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
- (cd .. && git clone https://github.com/estesp/manifest-tool)
@@ -19,7 +22,7 @@ before_script:
jobs:
include:
- stage: run unit tests
- script: tox -e docs,pep8,pylint,yamllint,bashate,py27,cover
+ script: tox -e docs,pep8,pylint,yamllint,bashate,py27,py36,cover
- stage: build functest-core images
script: sudo -E bash build.sh
env: