Changeset 2940671 for .circleci


Ignore:
Timestamp:
Jul 2, 2020, 11:09:17 AM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
95ff046
Parents:
edf0dbd
Message:

[ci] use latest python on circleci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    redf0dbd r2940671  
    6767          path: dist/
    6868
    69   build-37:
     69  build-latest:
    7070    docker:
    71       - image: circleci/python:3.7
     71      - image: circleci/python:latest
    7272    steps:
    7373      - checkout
     
    8181          path: dist/
    8282
    83   build-37-nodeps:
     83  build-latest-nodeps:
    8484    docker:
    85       - image: circleci/python:3.7
     85      - image: circleci/python:latest
    8686    steps:
    8787      - checkout
     
    101101      - build-27
    102102      - build-36
    103       - build-37
    104       - build-37-nodeps
     103      - build-latest
     104      - build-latest-nodeps
Note: See TracChangeset for help on using the changeset viewer.