mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
10 lines
194 B
YAML
10 lines
194 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install portaudio19-dev
|
|
- pip install -r requirements.txt
|
|
- pip install nose
|
|
|
|
script: nosetests ./tests
|