Changeset 16581da
- Timestamp:
- Jul 2, 2020, 1:31:12 AM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 3194ca04
- Parents:
- 40aaf72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r40aaf72 r16581da 49 49 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1 50 50 51 - name: "Windows (Python 3.8.0 )"51 - name: "Windows (Python 3.8.0, lib only)" 52 52 language: shell 53 53 os: windows … … 59 59 script: 60 60 - make test_lib_only_clean 61 - name: "Windows (Python 2.7.11)" 62 language: shell 63 os: windows 64 before_install: 65 - choco install python --version 2.7.11 66 - choco install make 67 - python -m pip install --upgrade pip 68 env: PATH=/c/Python27:/c/Python27/Scripts:$PATH 69 script: 61 70 - make test_python_only_clean 62 71
Note: See TracChangeset
for help on using the changeset viewer.