Changeset 69212a0
- Timestamp:
- Apr 22, 2016, 2:05:39 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:
- da1709f
- Parents:
- b136658
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rb136658 r69212a0 83 83 - make build 84 84 - make build_python 85 - make test_python 85 86 - make clean_python 86 87 - make clean -
Makefile
rb136658 r69212a0 25 25 cd python && ./setup.py build 26 26 27 test_python: 28 cd python && ./setup.py develop && ./tests/run_all_tests 29 27 30 clean_python: 28 31 cd python && ./setup.py clean
Note: See TracChangeset
for help on using the changeset viewer.