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 dffd9f1 QPID-8517 Build and test in parallel for python2 and python3
dffd9f1 is described below
commit dffd9f151ba2fe8822ad0bddcec9a2c2230bec3c
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 14:13:10 2021 +0100
QPID-8517 Build and test in parallel for python2 and python3
---
.travis.yml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 7ce3ac4..e9dc8d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,6 @@ addons:
packages:
- cmake
- libboost-dev
- - libboost-program-options-dev
- - libboost-system-dev
- - libboost-test-dev
- uuid-dev
- libnss3-dev
- libnss3-tools
@@ -34,6 +31,9 @@ jobs:
addons:
apt:
packages:
+ - libboost-program-options-dev
+ - libboost-system-dev
+ - libboost-test-dev
- python-dev
before_script:
- mkdir Build
@@ -45,6 +45,9 @@ jobs:
addons:
apt:
packages:
+ - libboost-program-options-dev
+ - libboost-system-dev
+ - libboost-test-dev
- python3-dev
before_script:
- mkdir Build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]