You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/06/29 18:46:25 UTC

[allura] 02/02: Latest pip/setuptools so travis builds ok

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

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit b4d5e1c15f0a7c1e2eb658ed361dacc36b110159
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Jun 29 14:46:06 2022 -0400

    Latest pip/setuptools so travis builds ok
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index b8ab86958..e8511f751 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ jobs:
         - pip install https://sourceforge.net/projects/pysvn/files/pysvn/V1.9.12/pysvn-1.9.12.tar.gz
 install:
   - sudo apt-get install -qq libjpeg8-dev zlib1g-dev
+  - pip install --upgrade setuptools pip
   - pip install nose
   - pip install -r requirements.txt --no-deps --upgrade --upgrade-strategy=only-if-needed
   - npm ci