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

commit 868a1f372a01b8cc295e246b8011b77ed5d1c208
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 17:26:03 2021 +0100

    QPID-8517 Build and test in parallel for python2 and python3
---
 .travis.yml | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b6efde1..8473a61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,36 +55,7 @@ jobs:
       - mkdir Build
       - cd Build
       - pyenv versions
-      - pyenv install --list
-      - pyenv install 3.6.3
-      - pyenv versions
-      - pyenv shell 3.6.3
-      - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
-      script:
-      - make -j$(nproc) && make install && ctest -V
-    - name: "Build and test under python3 (system)"
-      addons:
-        apt:
-          packages:
-          - libboost-dev
-          - libboost-program-options-dev
-          - libboost-system-dev
-          - libboost-test-dev
-          - uuid-dev
-          - libnss3-dev
-          - libnss3-tools
-          - libsasl2-dev
-          - python3-dev
-          - sasl2-bin
-          - swig
-          - valgrind
-          - ruby
-      before_script:
-      - mkdir Build
-      - cd Build
-      - pyenv versions
-      - pyenv shell system
-      - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+      - PYENV_VERSION="3.7.1" 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