anki/.travis.yml

12 lines
229 B
YAML
Raw Normal View History

2019-03-04 08:58:50 +01:00
dist: xenial
language: python
python:
- "3.6"
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
2019-03-04 08:58:50 +01:00
- pip install nose pylint pyqt5 pyqtwebengine
2019-03-04 08:58:50 +01:00
script: ./.travis.sh