Merge pull request #1 from Inoryy/travis-ci

Pull travis-ci config from Inoryy:travis-ci
This commit is contained in:
RawToast 2015-06-11 17:15:27 +01:00
commit e4bc6a2194

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