mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
travis fix #1 - missing deps
This commit is contained in:
parent
a56d8cd72f
commit
e295e30e54
1 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,9 @@ before_install:
|
||||||
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
||||||
install:
|
install:
|
||||||
- sudo cpanm Perl::Tidy Test::Code::TidyAll Test::Differences Test::TrailingSpace
|
- sudo cpanm Perl::Tidy Test::Code::TidyAll Test::Differences Test::TrailingSpace
|
||||||
- "`which python3` -m pip install --upgrade --user flake8 pycotap random2 six"
|
- export PY_MODS='distutils pycotap random2 six setuptools'
|
||||||
- "sudo /usr/bin/python3 -m pip install --upgrade pycotap random2 six"
|
- "`which python3` -m pip install --upgrade --user flake8 $PY_MODS"
|
||||||
- "`which python` -m pip install --upgrade --user pycotap random2 six"
|
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS"
|
||||||
|
- "`which python` -m pip install --upgrade --user $PY_MODS"
|
||||||
- which python
|
- which python
|
||||||
script: "sh -x scripts/travis-ci-build"
|
script: "sh -x scripts/travis-ci-build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue