Changeset c9701ff


Ignore:
Timestamp:
Sep 26, 2018, 12:00:58 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:
b34a3b4
Parents:
a363759
Message:

.circleci/config.yml: split images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    ra363759 rc9701ff  
    2929jobs:
    3030  build:
     31    docker-27:
     32      - image: circleci/python:2.7
     33    steps:
     34      - checkout
     35      - run: *apt-install
     36      - run: *pip-install
     37      - run: *build-wheel
     38      - run: *install-wheel
     39      - run: *test-nose2
     40      - store_artifacts:
     41          path: dist/
     42
     43  build-36:
    3144    docker:
    32       - image: circleci/python:2.7
    3345      - image: circleci/python:3.6
    3446    steps:
     
    4759  test-wheel:
    4860    jobs:
    49       - build
     61      - build-27
     62      - build-36
Note: See TracChangeset for help on using the changeset viewer.