add travis support
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user