Anki/.travis.yml
Roman Marintšenko 1831c35fe6 add travis ci config file
use sudo in install command
2015-04-27 18:09:26 +03:00

10 lines
207 B
YAML

language: python
python:
- "2.7"
install:
- sudo apt-get update
- sudo apt-get install python-qt4 mplayer lame libportaudio2
- pip install SQLAlchemy
- pip install nose
script: nosetests ./tests