Changeset 189c6ae for .appveyor.yml
- Timestamp:
- Aug 7, 2018, 2:05:49 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:
- 1f112cc
- Parents:
- 4624a568 (diff), fb4ab89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
r4624a568 r189c6ae 43 43 - "%PYTHONDIR%\\python.exe -c \"import struct; print(struct.calcsize('P') * 8)\"" 44 44 45 - "%PYTHONDIR%\\python.exe -m pip install --disable-pip-version-check --user --upgrade pip" 46 - "%PYTHONDIR%\\python.exe -m pip install --upgrade setuptools" 47 45 48 # We need wheel installed to build wheels 46 49 - "%PYTHONDIR%\\python.exe -m pip install wheel" 47 50 48 51 - "SET PATH=%PATH_EXTRAS%;%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" 49 50 - "pip install --disable-pip-version-check --user --upgrade pip"51 - "pip install --upgrade setuptools"52 52 53 53 before_build: … … 56 56 build_script: 57 57 # build python module without using libaubio 58 - " pip install -r requirements.txt"58 - "%PYTHONDIR%\\python.exe -m pip install -r requirements.txt" 59 59 - "python setup.py build" 60 - " pip install ."60 - "%PYTHONDIR%\\python.exe -m pip install ." 61 61 - "python python\\demos\\demo_create_test_sounds.py" 62 62 - "nose2 --verbose"
Note: See TracChangeset
for help on using the changeset viewer.