From 325df68d7b653a5d789c31b2fb3e2d8719817c41 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 8 Jun 2017 23:16:54 +0300 Subject: [PATCH] Hopefully fix travis #2 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7d106611..9865b895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_install: install: - sudo cpanm Test::Differences Test::TrailingSpace - "`which python3` -m pip install --user flake8" + - "`which python3` -m pip install --user sgmllib3k" - "`which python3` -m pip install --user six" - "`which python` -m pip install --user six" - which python