2019-03-04 08:58:50 +01:00
|
|
|
dist: xenial
|
2015-04-27 16:35:51 +02:00
|
|
|
language: python
|
2019-12-16 12:02:03 +01:00
|
|
|
os: linux
|
|
|
|
install:
|
2015-04-27 16:35:51 +02:00
|
|
|
- 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
|
2019-12-15 23:17:28 +01:00
|
|
|
- pip install -r requirements.dev
|
|
|
|
- pip install pyqt5 pyqtwebengine
|
2015-04-27 16:35:51 +02:00
|
|
|
|
2019-12-16 12:02:03 +01:00
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
- python: 3.6
|
2019-12-18 02:13:23 +01:00
|
|
|
script: make -j 4 test lint mypy
|
2019-12-16 12:02:03 +01:00
|
|
|
- python: 3.7
|
2019-12-18 02:13:23 +01:00
|
|
|
script: ./tools/typecheck-setup.sh && make -j 4 check
|