From 30b8bfe068ac17860ef603a415cbd8b8f2d036be Mon Sep 17 00:00:00 2001 From: speyrefitte Date: Tue, 4 Nov 2014 10:43:18 +0100 Subject: [PATCH] fix travis build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f6e0bd..8c597d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - 2.7 before_install: - - pip install python-twisted python-openssl python-qt4 python-qt4reactor python-sip-dev + - sudo apt-get install python-qt4 python-sip-dev + - pip install twisted pyopenssl qt4reactor install: - scons -C rdpy/core install