view .travis.yml @ 425:1b78211b7e07

Update docstrings
author Amine Sehili <amine.sehili@gmail.com>
date Sat, 19 Oct 2024 16:58:19 +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/