Changeset 2940671
- Timestamp:
- Jul 2, 2020, 11:09:17 AM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 95ff046
- Parents:
- edf0dbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
redf0dbd r2940671 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.