Changeset c69c219
- Timestamp:
- May 16, 2016, 7:35:25 AM (9 years ago)
- 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:
- e6c83dc
- Parents:
- 2e65426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ΒΆ
r2e65426 rc69c219 56 56 -pip install -v -r requirements.txt 57 57 CFLAGS=-Os python setup.py bdist_egg 58 easy_install dist/*.egg 58 [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \ 59 easy_install dist/*.egg 59 60 nose2 -N 4 60 61 pip uninstall -v -y aubio
Note: See TracChangeset
for help on using the changeset viewer.