view .travis.yml @ 374:2e26a7c5f300

Update Readme
author Amine Sehili <amine.sehili@gmail.com>
date Thu, 21 Jan 2021 22:19:47 +0100
parents e825021588c4
children d83cba0f8072
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"
script:
  - python -m unittest discover tests/