2015-04-27 16:35:51 +02:00
|
|
|
language: python
|
|
|
|
python:
|
2017-02-26 21:03:12 +01:00
|
|
|
- "3.6"
|
2015-04-27 16:35:51 +02:00
|
|
|
install:
|
|
|
|
- sudo apt-get update
|
2016-07-04 08:51:25 +02:00
|
|
|
- sudo apt-get install portaudio19-dev
|
2016-07-04 08:47:08 +02:00
|
|
|
- pip install -r requirements.txt
|
2015-04-27 16:35:51 +02:00
|
|
|
- pip install nose
|
2015-06-11 18:19:32 +02:00
|
|
|
- pip install coveralls
|
2015-04-27 16:35:51 +02:00
|
|
|
|
2015-06-11 18:19:32 +02:00
|
|
|
script: nosetests ./tests --with-coverage --cover-package=./anki
|