Changeset c9701ff
- Timestamp:
- Sep 26, 2018, 12:00:58 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:
- b34a3b4
- Parents:
- a363759
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
ra363759 rc9701ff 29 29 jobs: 30 30 build: 31 docker-27: 32 - image: circleci/python:2.7 33 steps: 34 - checkout 35 - run: *apt-install 36 - run: *pip-install 37 - run: *build-wheel 38 - run: *install-wheel 39 - run: *test-nose2 40 - store_artifacts: 41 path: dist/ 42 43 build-36: 31 44 docker: 32 - image: circleci/python:2.733 45 - image: circleci/python:3.6 34 46 steps: … … 47 59 test-wheel: 48 60 jobs: 49 - build 61 - build-27 62 - build-36
Note: See TracChangeset
for help on using the changeset viewer.