From 6b3853b64a626a7bc7fa6c07c56debaaa3157943 Mon Sep 17 00:00:00 2001 From: "Alan@int3ll3ct" Date: Thu, 9 Feb 2017 22:33:19 -0500 Subject: [PATCH] Proposing a change to .travis.yml to deliberately include PyQt5 for testing. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80ba436..94612da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ python: # command to install dependencies sudo: required install: - - apt-get update - - apt-get -y install python3-pyqt5 python3-pip libfreetype6 libfreetype6-dev + - sudo apt-get update + - sudo apt-get -y install python3-pyqt5 python3-pip libfreetype6 libfreetype6-dev - "pip3 install -r requirements.txt" # command to run tests script: nosetests