anki/.travis.yml

15 lines
311 B
YAML
Raw Normal View History

language: python
python:
2016-07-04 08:45:49 +02:00
- "3.4"
install:
- sudo apt-get update
- sudo apt-get install python-qt4 mplayer lame libportaudio2
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