Changeset 98cfdea for .travis.yml
- Timestamp:
- Jul 2, 2020, 9:39:30 AM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 7874cf8
- Parents:
- 832b6c59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r832b6c59 r98cfdea 58 58 - choco install make 59 59 - python -m pip install --upgrade pip 60 env: PATH=/c/Python38:/c/Python38/Scripts:$PATH 61 script: 62 - make test_lib_only_clean 63 - name: "Windows (Python 2.7.11)" 64 language: shell 65 os: windows 66 before_install: 67 - choco install vcpython27 68 - choco install make 69 - python -m pip install --upgrade pip 70 env: PATH=/c/Python27:/c/Python27/Scripts:$PATH 71 script: 72 - make test_python_only_clean 60 env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1 73 61 74 62 addons:
Note: See TracChangeset
for help on using the changeset viewer.