19 lines
349 B
YAML
19 lines
349 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install portaudio19-dev
|
|
- pip install -r requirements.txt
|
|
- pip install nose pylint pyqt5 pyqtwebengine
|
|
|
|
script: ./.travis.sh
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- travis-build@ankiweb.net
|
|
on_success: change
|
|
on_failure: always
|