This is an automated email from the ASF dual-hosted git repository.

chrisr pushed a commit to branch feature/QPID-8517-parallel-ci-py2-py3
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git


The following commit(s) were added to 
refs/heads/feature/QPID-8517-parallel-ci-py2-py3 by this push:
     new 1b8eb5b  QPID-8517 Build and test in parallel for python2 and python3
1b8eb5b is described below

commit 1b8eb5b561ba06e8d279de61f57c278d234c09eb
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 17:44:10 2021 +0100

    QPID-8517 Build and test in parallel for python2 and python3
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 884665a..f84e54a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 os:
 - linux
-distro: xenial 
 language:
 - cpp
 cache: ccache
@@ -23,6 +22,7 @@ addons:
 jobs:
   include:
     - name: "Build and test under python2"
+      distro: bionic
       before_install:
       - export PATH=/home/travis/.local/bin:$PATH
       - export 
PYTHONPATH=/home/travis/.local/lib/python2.7/site-packages:$PYTHONPATH
@@ -42,7 +42,7 @@ jobs:
       - mkdir Build
       - cd Build
       - pyenv versions
-      - PYENV_VERSION="3.7.1" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install 
-DPYTHON_EXECUTABLE="$(which python3)"
+      - PYENV_VERSION="3.8.3" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install 
-DPYTHON_EXECUTABLE="$(which python3)"
       script:
       - make -j$(nproc) && make install && ctest -V
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to