Merge pull request #105 from RawToast/ci-integration

Integrate test suite with Travis CI and Coveralls
This commit is contained in:
Damien Elmes 2016-07-04 16:42:53 +10:00 committed by GitHub
commit b80edee3c2

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
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
- pip install coveralls
script: nosetests ./tests --with-coverage --cover-package=./anki
after_success:
- coveralls