Files
rdpy/.travis.yml
2014-11-04 10:34:36 +01:00

15 lines
232 B
YAML

language: python
python:
- 2.7
before_install:
- pip install python-twisted python-openssl python-qt4 python-qt4reactor python-sip-dev
install:
- scons -C rdpy/core install
script:
- python -m unittest discover -s test