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 7eed768 QPID-8517 Build and test in parallel for python2 and python3
7eed768 is described below
commit 7eed76888078464ffacdd971b9a5810a322e3d48
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:30:06 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 a5f47cc..f39094f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
os:
- linux
-dist: focal
+distro: bionic
language:
- cpp
cache: ccache
@@ -11,7 +11,6 @@ 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]