add travis support

This commit is contained in:
speyrefitte
2014-11-04 09:58:56 +01:00
parent cebac5b939
commit 74b0c362c4
8 changed files with 167 additions and 33 deletions

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: python
python:
- 2.7
before_install:
- sudo apt-get install python2.7 python-twisted python-openssl python-qt4 python-qt4reactor python-sip-dev scons
install:
- scons -C rdpy/core install
script:
- python -m unittest discover -s test