view .travis.yml @ 396:c565749e0b04

Merge branch 'master' of https://github.com/amsehili/auditok
author www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk>
date Mon, 08 Aug 2022 23:17:57 +0100
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/