From 6fa2eb01c16cef43c1ce482a34e6370395c9235e Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Fri, 15 Feb 2019 19:14:29 +0100 Subject: [PATCH] Travis: add twisted[tls] and certifi modules --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5acd051..a1d02bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: - python3 -c "from py2app.recipes import pyside2" install: -- pip3 install twisted appnope requests +- pip3 install twisted[tls] appnope requests certifi before_deploy: - pip3 install dmgbuild