- Timestamp:
- Dec 26, 2021, 4:18:00 AM (3 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- ea7f48e
- Parents:
- b540b22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
rb540b22 r68d4565 41 41 build-27: 42 42 docker: 43 - image: ci rcleci/python:2.743 - image: cimg/python:2.7 44 44 steps: 45 45 - checkout … … 55 55 build-36: 56 56 docker: 57 - image: ci rcleci/python:3.657 - image: cimg/python:3.6 58 58 steps: 59 59 - checkout … … 69 69 build-latest: 70 70 docker: 71 - image: ci rcleci/python:latest71 - image: cimg/python:latest 72 72 steps: 73 73 - checkout … … 83 83 build-latest-nodeps: 84 84 docker: 85 - image: ci rcleci/python:latest85 - image: cimg/python:latest 86 86 steps: 87 87 - checkout
Note: See TracChangeset
for help on using the changeset viewer.