From 75bcfdfed43a38e8437cf2917b624495d423779e Mon Sep 17 00:00:00 2001 From: Tim Mahrt Date: Thu, 26 Jan 2023 21:51:46 +0900 Subject: [PATCH] feat: install praat in ci for tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a18e11c..9b7a706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ install: - python setup.py install - pip install coveralls - pip install pytest-cov + - sudo apt-get -y install praat script: - pytest --cov=praatio tests/ after_success: