Mercurial > hg > auditok
changeset 427:e98507ccf4ed
Use Github Actions for CI
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Tue, 29 Oct 2024 18:52:13 +0100 |
parents | c5b4178aa80f |
children | 1baa80ec22c3 |
files | .github/workflows/ci.yml .travis.yml |
diffstat | 2 files changed, 1 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci.yml Tue Oct 29 18:50:28 2024 +0100 +++ b/.github/workflows/ci.yml Tue Oct 29 18:52:13 2024 +0100 @@ -30,13 +30,10 @@ run: | sudo apt-get update --fix-missing pip install numpy pytest pydub matplotlib -<<<<<<< HEAD -======= - - name: Install specific package for Python 3.8 only + - name: Install specific package for Python 3.13 only if: matrix.python-version == '3.13' run: pip install audioop-lts ->>>>>>> fd245f3 (Refactor test_plotting.py) - name: Run tests run: pytest -s -p no:warnings "tests"
--- a/.travis.yml Tue Oct 29 18:50:28 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -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/