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

commit e147fd515cbb0b7f53604ee0d6a16e94ceb32377
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:51:11 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 e64b1e3..57488e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ jobs:
       before_script:
       - mkdir Build
       - cd Build
-      - PYENV_VERSION="2.7" 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"

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

Reply via email to