diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..f20263c24 --- /dev/null +++ b/.travis.yml @@ -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