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 7145325 QPID-8517 Build and test in parallel for python2 and python3
7145325 is described below
commit 7145325809269e8dc205685d188da874c8dc9318
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 17:07:38 2021 +0100
QPID-8517 Build and test in parallel for python2 and python3
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b25b3d1..92d9b6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,8 @@ jobs:
- mkdir Build
- cd Build
- pyenv install --list
- - PYENV_VERSION="3.8" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+ - pyenv install 3.6.3
+ - PYENV_VERSION="3.6" 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]