Skip to content

Commit e6bd4e4

Browse files
author
Alan@int3ll3ct
committed
Proposing a change to .travis.yml to deliberately include PyQt5 for testing. Take 10, I wish it was easier to test this offline...
1 parent 935b710 commit e6bd4e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
sudo: required
66
dist: trusty
77
before_install:
8+
- sudo apt-get update
89
- sudo apt-get -y install python3-pip python3-qt5 libfreetype6 libfreetype6-dev
910
install:
1011
- "pip install -r requirements.txt"

0 commit comments

Comments
 (0)