Changeset 8f7ed55


Ignore:
Timestamp:
Apr 30, 2016, 3:02:00 PM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
b8f0502
Parents:
37be82e
Message:

.travis.yml: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r37be82e r8f7ed55  
    6464
    6565install:
    66   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make travis_retry pip install nose2; fi
    67   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then   make travis_retry pip install --user nose2; fi
     66  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
     67  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_retry pip install --user nose2; fi
    6868
    6969script:
Note: See TracChangeset for help on using the changeset viewer.