mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
travis: Simplify pip install step
This commit is contained in:
parent
d1e1e436a1
commit
52348a4daa
1 changed files with 2 additions and 5 deletions
|
@ -24,11 +24,8 @@ install:
|
||||||
- sudo cpanm --notest Capture::Tiny IPC::System::Simple
|
- sudo cpanm --notest Capture::Tiny IPC::System::Simple
|
||||||
- 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='attrs configobj pycotap pysol-cards random2 setuptools six'
|
- export PY_MODS='attrs configobj pycotap pysol-cards random2 setuptools six'
|
||||||
- "`which python3` -m pip install --upgrade flake8 flake8-import-order $PY_MODS"
|
- sudo pip3 install --upgrade $PY_MODS flake8 flake8-import-order
|
||||||
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS || true"
|
- sudo pip2 install --upgrade $PY_MODS
|
||||||
- "sudo `which python2` -m pip install --upgrade $PY_MODS"
|
|
||||||
- which python
|
|
||||||
- which python2
|
|
||||||
language: generic
|
language: generic
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Reference in a new issue