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 e2798d7 QPID-8517 Build and test in parallel for python2 and python3
e2798d7 is described below
commit e2798d7734a010646e78c6428730eebf76f855ea
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:20:38 2021 +0100
QPID-8517 Build and test in parallel for python2 and python3
---
.travis.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0310c64..58dbe1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ jobs:
before_script:
- mkdir Build
- cd Build
- - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+ - PYENV_VERSION="2.7" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
script:
- make -j$(nproc) && make install && ctest -V
- name: "Build and test under python3"
@@ -24,7 +24,6 @@ jobs:
before_script:
- mkdir Build
- cd Build
- - echo "Python3"
- 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]