Changeset 6c1709c for .travis.yml


Ignore:
Timestamp:
Nov 17, 2016, 1:13:08 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
388a7d8
Parents:
1154fd1
Message:

.travis.yml: upgrade pip first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r1154fd1 r6c1709c  
    8282install:
    8383  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
    84   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_retry pip install --user nose2; fi
     84  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
     85      travis_retry pip install --user --upgrade pip
     86      travis_retry pip install --user nose2
     87    fi;
    8588
    8689script:
Note: See TracChangeset for help on using the changeset viewer.