add travis ci config file

use sudo in install command
This commit is contained in:
Roman Marintšenko 2015-04-27 17:35:51 +03:00
parent 9c2dcf1ee7
commit 1831c35fe6

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
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