Changeset e89310a0


Ignore:
Timestamp:
Apr 19, 2016, 1:37:21 AM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
f50dea4
Parents:
a2ae70a
Message:

.travis.yml: test python3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    ra2ae70a re89310a0  
    2222    - python-dev
    2323    - python-numpy
     24    - python3-setuptools
     25    - python3-dev
     26    - python3-numpy
    2427
    2528script:
     
    2730  - make build_python
    2831  - make clean_python
     32  - make build_python3
     33  - make clean_python3
    2934  - make clean
    3035  - make distcheck
Note: See TracChangeset for help on using the changeset viewer.