Changeset 500f4c2


Ignore:
Timestamp:
Oct 1, 2018, 12:19:12 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
538eada
Parents:
b34a3b4
Message:

.circleci/config.yml: add py37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    rb34a3b4 r500f4c2  
    5454          path: dist/
    5555
     56  build-37:
     57    docker:
     58      - image: circleci/python:3.7
     59    steps:
     60      - checkout
     61      - run: *apt-install
     62      - run: *pip-install
     63      - run: *build-wheel
     64      - run: *install-wheel
     65      - run: *test-nose2
     66      - store_artifacts:
     67          path: dist/
     68
    5669workflows:
    5770  version: 2
     
    6174      - build-27
    6275      - build-36
     76      - build-37
Note: See TracChangeset for help on using the changeset viewer.