# HG changeset patch # User Amine Sehili # Date 1730224333 -3600 # Node ID e98507ccf4ed2656916baf043543342f21bd22d8 # Parent c5b4178aa80f5e2ff361488ef56da192c85f48d0 Use Github Actions for CI diff -r c5b4178aa80f -r e98507ccf4ed .github/workflows/ci.yml --- 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" diff -r c5b4178aa80f -r e98507ccf4ed .travis.yml --- 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/