Changeset 3a004bbc for .travis.yml


Ignore:
Timestamp:
Nov 17, 2016, 1:52:52 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:
cb7835d
Parents:
e12d05f
Message:

.travis.yml: alway upgrade pip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    re12d05f r3a004bbc  
    8181
    8282install:
    83   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
    84   - |
    85     if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
    86       travis_retry pip install --upgrade pip nose2
    87     fi;
     83  - travis_retry pip install --upgrade pip nose2
    8884  - which pip
    8985  - pip --version
Note: See TracChangeset for help on using the changeset viewer.