From 8905186793c55afecc9e82493c82373501801735 Mon Sep 17 00:00:00 2001 From: speyrefitte Date: Tue, 4 Nov 2014 10:01:24 +0100 Subject: [PATCH] correct travis yaml file --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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