Changeset 3a004bbc for .travis.yml
- Timestamp:
- Nov 17, 2016, 1:52:52 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
re12d05f r3a004bbc 81 81 82 82 install: 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 88 84 - which pip 89 85 - pip --version
Note: See TracChangeset
for help on using the changeset viewer.