mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
travis fix #3: install pillow
This commit is contained in:
parent
f012c92fe1
commit
c08cb1fce2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- sudo cpanm --notest Capture::Tiny
|
- sudo cpanm --notest Capture::Tiny
|
||||||
- sudo cpanm Code::TidyAll::Plugin::Flake8 Perl::Tidy Test::Code::TidyAll Test::Differences Test::TrailingSpace
|
- 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"
|
- "`which python3` -m pip install --upgrade flake8 flake8-import-order $PY_MODS"
|
||||||
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS || true"
|
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS || true"
|
||||||
- "sudo `which python2` -m pip install --upgrade $PY_MODS"
|
- "sudo `which python2` -m pip install --upgrade $PY_MODS"
|
||||||
|
|
Loading…
Add table
Reference in a new issue