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

commit 46e0d2a710f5838146ef4ad596aedda9227087ce
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 17:31:03 2021 +0100

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

diff --git a/.travis.yml b/.travis.yml
index 8473a61..ca5fa83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ jobs:
       - mkdir Build
       - cd Build
       - pyenv versions
-      - PYENV_VERSION="3.7.1" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+      - PYENV_VERSION="3.7.1" 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