From c08cb1fce26a178092ee46be3c263e24ca9615c5 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 28 Apr 2019 22:22:45 +0300 Subject: [PATCH] travis fix #3: install pillow --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5f5d8f4..a3731aa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ before_install: install: - sudo cpanm --notest Capture::Tiny - sudo cpanm Code::TidyAll::Plugin::Flake8 Perl::Tidy Test::Code::TidyAll Test::Differences Test::TrailingSpace - - export PY_MODS='pycotap pysol-cards random2 six' + - export PY_MODS='pillow pycotap pysol-cards random2 six' - "`which python3` -m pip install --upgrade flake8 flake8-import-order $PY_MODS" - "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS || true" - "sudo `which python2` -m pip install --upgrade $PY_MODS"