Travis CI

This commit is contained in:
Thomas Perl 2015-12-01 21:42:10 +01:00
parent 8d46e504bf
commit 87e4c5643f
2 changed files with 11 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- "2.7"
- "pypy"
install:
- sudo apt-get install intltool desktop-file-utils
- pip install coverage minimock
- python tools/localdepends.py
script:
- make releasetest

1
README
View File

@ -96,6 +96,7 @@
- python-minimock
- python-coverage
- desktop-file-utils
[ TESTING ]