Changeset 388a7d8


Ignore:
Timestamp:
Nov 17, 2016, 1:16:09 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:
e12d05f
Parents:
6c1709c
Message:

.travis.yml: fix syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r6c1709c r388a7d8  
    8282install:
    8383  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
    84   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
     84  - |
     85    if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
    8586      travis_retry pip install --user --upgrade pip
    8687      travis_retry pip install --user nose2
Note: See TracChangeset for help on using the changeset viewer.