Changeset 7d9b8a5
- Timestamp:
- Sep 23, 2018, 1:45:28 PM (7 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:
- a9d425a
- Parents:
- 12a1115
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .appveyor.yml ¶
r12a1115 r7d9b8a5 16 16 PYTHON_ARCH: "64" 17 17 18 - PYTHONDIR: "C:\\Python34"19 PYTHON_VERSION: "3.4.x"20 PYTHON_ARCH: "32"21 22 - PYTHONDIR: "C:\\Python34-x64"23 PYTHON_VERSION: "3.4.x"24 PYTHON_ARCH: "64"25 26 18 - PYTHONDIR: "C:\\Python35" 27 19 PYTHON_VERSION: "3.5.x" … … 31 23 PYTHON_VERSION: "3.5.x" 32 24 PYTHON_ARCH: "64" 33 # add path required to run preprocessor step 34 PATH_EXTRAS: "c:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin" 25 26 - PYTHONDIR: "C:\\Python36" 27 PYTHON_VERSION: "3.6.x" 28 PYTHON_ARCH: "32" 29 30 - PYTHONDIR: "C:\\Python36-x64" 31 PYTHON_VERSION: "3.6.x" 32 PYTHON_ARCH: "64" 33 34 - PYTHONDIR: "C:\\Python37" 35 PYTHON_VERSION: "3.7.x" 36 PYTHON_ARCH: "32" 37 38 - PYTHONDIR: "C:\\Python37-x64" 39 PYTHON_VERSION: "3.7.x" 40 PYTHON_ARCH: "64" 35 41 36 42 install:
Note: See TracChangeset
for help on using the changeset viewer.