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 022ff3c QPID-8517 Build and test in parallel for python2 and python3
022ff3c is described below
commit 022ff3cf924ecd640164672b674cf92272a88a0e
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 17:04:44 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 54a706f..b25b3d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ jobs:
before_script:
- mkdir Build
- cd Build
- - pyenv install 3.8
+ - pyenv install --list
- 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]