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 1b39009 QPID-8517 Build and test in parallel for python2 and python3
1b39009 is described below
commit 1b39009a08de002e70aea14f0094fd2049768e16
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:25:13 2021 +0100
QPID-8517 Build and test in parallel for python2 and python3
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 58dbe1c..a5f47cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ jobs:
before_script:
- mkdir Build
- cd Build
+ - pyenv install 2.7.8
- PYENV_VERSION="2.7" 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]