This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new aa30890  NO-JIRA use pip-installed tox instead of system-wide in 
Travis CI (#1473)
aa30890 is described below

commit aa30890fff530612ca6f6d4b6d430ef803e34a91
Author: Jiri DanÄ›k <[email protected]>
AuthorDate: Fri Jan 7 11:55:50 2022 +0100

    NO-JIRA use pip-installed tox instead of system-wide in Travis CI (#1473)
    
    * NO-JIRA use pip-installed tox instead of system-wide in Travis CI
    
    ```
    75: Test command: /usr/bin/tox
    [...]
    75: py38 create: 
/home/travis/build/apache/qpid-dispatch/build/tests/.tox/py38
    75: ERROR: invocation failed (exit code 1), logfile: 
/home/travis/build/apache/qpid-dispatch/build/tests/.tox/py38/log/py38-0.log
    ```
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fd6a9c4..8c29793 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,7 +78,7 @@ jobs:
     # Update pip, it may prevent issues later
     - sudo apt-get install -y python3-pip
     - python3 -m pip install --user --upgrade pip
-    - python3 -m pip install --user --upgrade tox virtualenv
+    - python3 -m pip install --user tox virtualenv
     # Install quart, h2 to run the http2 tests.
     - python3 -m pip install --user quart h2
     # DISPATCH-1883: Install selectors to run tcp echo server/client tools
@@ -102,7 +102,7 @@ jobs:
       - nvm install "lts/*"
       # Update pip, it may prevent issues later
       - python3 -m pip install --user --upgrade pip
-      - python3 -m pip install --user --upgrade tox virtualenv
+      - python3 -m pip install --user tox virtualenv
       # Install quart to run the http2 tests.
       - python3 -m pip install --user quart
       # DISPATCH-1883: Install selectors to run tcp echo server/client tools
@@ -128,7 +128,7 @@ jobs:
       - nvm install "lts/*"
       # Update pip, it may prevent issues later
       - python3 -m pip install --user --upgrade pip
-      - python3 -m pip install --user --upgrade tox virtualenv
+      - python3 -m pip install --user tox virtualenv
       # Install quart to run the http2 tests.
       - python3 -m pip install --user quart
       # DISPATCH-1883: Install selectors to run tcp echo server/client tools
@@ -155,7 +155,7 @@ jobs:
       # Update pip, it may prevent issues later
       - sudo apt-get install -y python3-pip
       - python3 -m pip install --user --upgrade pip
-      - python3 -m pip install --user --upgrade tox virtualenv
+      - python3 -m pip install --user tox virtualenv
       # Install quart to run the http2 tests.
       - python3 -m pip install --user quart
       # DISPATCH-1883: Install selectors to run tcp echo server/client tools

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to