Changeset f1baffd


Ignore:
Timestamp:
Oct 1, 2018, 12:53:15 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:
3fcc85e
Parents:
2a3f08f
Message:

.circleci/config.yml: add 3.7 config with no dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r2a3f08f rf1baffd  
    6767          path: dist/
    6868
     69  build-37-nodeps:
     70    docker:
     71      - image: circleci/python:3.7
     72    steps:
     73      - checkout
     74      - run: *pip-install
     75      - run: *build-wheel
     76      - run: *install-wheel
     77      - run: pip show -f aubio
     78      - run: pip uninstall aubio
     79      - store_artifacts:
     80          path: dist/
     81
    6982workflows:
    7083  version: 2
     
    7588      - build-36
    7689      - build-37
     90      - build-37-nodeps
Note: See TracChangeset for help on using the changeset viewer.