From f9a889fe481952279f1359c6bcfcc386f3a7fb4f Mon Sep 17 00:00:00 2001 From: "Alan@int3ll3ct" Date: Thu, 9 Feb 2017 23:07:11 -0500 Subject: [PATCH] Proposing a change to .travis.yml to deliberately include PyQt5 for testing. Take 4. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a7f0ff..8c43681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: # command to install dependencies sudo: required install: - - sudo pip3 install python-qt5 + - pip3 install python-qt5 - "pip3 install -r requirements.txt" # command to run tests script: nosetests