anki/.travis.yml

15 lines
289 B
YAML
Raw Normal View History

language: python
python:
2016-07-04 08:45:49 +02:00
- "3.4"
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
- pip install nose
2015-06-11 18:19:32 +02:00
- pip install coveralls
2015-06-11 18:19:32 +02:00
script: nosetests ./tests --with-coverage --cover-package=./anki
after_success:
2015-06-11 18:27:32 +02:00
- coveralls