Changeset 58cc68e
- Timestamp:
- Sep 26, 2018, 11:42:17 AM (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:
- 4103cb4
- Parents:
- 91ac33f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r91ac33f r58cc68e 8 8 name: Install pip dependencies 9 9 command: | 10 pip install - r requirements.txt10 pip install --user -r requirements.txt 11 11 12 12 build-wheel: &build-wheel … … 18 18 name: Build python wheel 19 19 command: | 20 pip install dist/aubio*.whl20 pip install --user dist/aubio*.whl 21 21 22 22 test-nose2: &test-nose2
Note: See TracChangeset
for help on using the changeset viewer.