Mercurial > hg > auditok
view .travis.yml @ 424:12a7f01c633b
Update docstrings
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Sat, 19 Oct 2024 15:21:43 +0200 |
parents | d83cba0f8072 |
children |
line wrap: on
line source
before_install: - sudo apt-get update --fix-missing install: - pip install numpy - pip install genty - pip install pydub - pip install "matplotlib<=3.2.1" language: python python: - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" - "3.9" script: - python -m unittest discover tests/