65c802b69e
- python 3.6 chokes on the pyqt .pyi files - need to check unit tests on 3.6 as well, as anki/ must run on 3.6
17 lines
340 B
YAML
17 lines
340 B
YAML
dist: xenial
|
|
language: python
|
|
os: linux
|
|
install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install portaudio19-dev
|
|
- pip install -r requirements.txt
|
|
- pip install -r requirements.dev
|
|
- pip install pyqt5 pyqtwebengine
|
|
|
|
jobs:
|
|
include:
|
|
- python: 3.6
|
|
script: ./.travis.py36.sh
|
|
- python: 3.7
|
|
script: ./.travis.py37.sh
|