correct travis yaml file

This commit is contained in:
speyrefitte
2014-11-04 10:01:24 +01:00
parent 74b0c362c4
commit 8905186793

View File

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