Changeset 500f4c2
- Timestamp:
- Oct 1, 2018, 12:19:12 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:
- 538eada
- Parents:
- b34a3b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
rb34a3b4 r500f4c2 54 54 path: dist/ 55 55 56 build-37: 57 docker: 58 - image: circleci/python:3.7 59 steps: 60 - checkout 61 - run: *apt-install 62 - run: *pip-install 63 - run: *build-wheel 64 - run: *install-wheel 65 - run: *test-nose2 66 - store_artifacts: 67 path: dist/ 68 56 69 workflows: 57 70 version: 2 … … 61 74 - build-27 62 75 - build-36 76 - build-37
Note: See TracChangeset
for help on using the changeset viewer.