diff --git a/.travis.yml b/.travis.yml index 8a236fa..4fef310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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