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

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

commit 4f0db916f6f231f0902c9d8ff13df7e14ed6dcdc
Author: Dave Brondsema <[email protected]>
AuthorDate: Fri Sep 10 18:00:18 2021 +0000

    [#8396] restore nose cmd
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ced0267..4d90096 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,8 @@ 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 -r requirements.txt
+  - pip install nose
+  - pip install -r requirements.txt --no-deps --upgrade 
--upgrade-strategy=only-if-needed
   - npm install
 script:
   - ./rebuild-all.bash

Reply via email to