anki/.travis.yml
Damien Elmes ea3ad655a7 no parallel processing in travis run
can lead to race conditions
2018-01-27 19:06:49 +10:00

11 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