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 f3149e8  QPID-8517 Build and test in parallel for python2 and python3
f3149e8 is described below

commit f3149e87d8f63305ec354bc631777380c16d855d
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:18:01 2021 +0100

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

diff --git a/.travis.yml b/.travis.yml
index acda095..0310c64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,7 @@ jobs:
       before_script:
       - mkdir Build
       - cd Build
-      - echo "Python2"
-      - PYENV_VERSION="3.5" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+      - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
       script:
       - make -j$(nproc) && make install && ctest -V
     - name: "Build and test under python3"
@@ -26,7 +25,7 @@ jobs:
       - mkdir Build
       - cd Build
       - echo "Python3"
-      - PYENV_VERSION="3.5" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+      - PYENV_VERSION="3.8" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
       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