Changeset 08db885 for .travis.yml
- Timestamp:
- Nov 21, 2018, 9:42:05 PM (6 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
- Children:
- 429ff6c
- Parents:
- 8924bdf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r8924bdf r08db885 84 84 - which pip 85 85 - pip --version 86 - pip install python-coveralls87 - gem install coveralls-lcov88 86 89 87 script: … … 100 98 - | 101 99 if [[ -z "$AUBIO_NOTESTS" ]]; then 102 # upload lcov coverage to coveralls.io103 coveralls-lcov build/coverage.info104 # upload python coverage105 #coveralls106 100 # upload to codecov 107 101 bash <(curl -s https://codecov.io/bash)
Note: See TracChangeset
for help on using the changeset viewer.