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 aad0a9e  QPID-8517 Build and test in parallel for python2 and python3
aad0a9e is described below

commit aad0a9e2da8df7e22fa1e325e8fff8b6de790f2f
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:58:31 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 75d27c9..54a706f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,6 @@ jobs:
           - libnss3-dev
           - libnss3-tools
           - libsasl2-dev
-          - python-dev
           - sasl2-bin
           - swig
           - valgrind
@@ -56,6 +55,7 @@ jobs:
       before_script:
       - mkdir Build
       - cd Build
+      - pyenv install 3.8
       - 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]

Reply via email to