Changeset 8197dbd for .circleci/config.yml
- Timestamp:
- Jul 2, 2020, 11:48:29 AM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 67c06d8
- Parents:
- 4c9aa80 (diff), 66e8265 (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
-
.circleci/config.yml
r4c9aa80 r8197dbd 67 67 path: dist/ 68 68 69 build- 37:69 build-latest: 70 70 docker: 71 - image: circleci/python: 3.771 - image: circleci/python:latest 72 72 steps: 73 73 - checkout … … 81 81 path: dist/ 82 82 83 build- 37-nodeps:83 build-latest-nodeps: 84 84 docker: 85 - image: circleci/python: 3.785 - image: circleci/python:latest 86 86 steps: 87 87 - checkout … … 101 101 - build-27 102 102 - build-36 103 - build- 37104 - build- 37-nodeps103 - build-latest 104 - build-latest-nodeps
Note: See TracChangeset
for help on using the changeset viewer.