mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
travis fix #4 - language python
This commit is contained in:
parent
31f41e9a41
commit
908c95fdb7
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ before_install:
|
|||
install:
|
||||
- sudo cpanm Perl::Tidy Test::Code::TidyAll Test::Differences Test::TrailingSpace
|
||||
- export PY_MODS='pycotap random2 six'
|
||||
- "`which python3` -m pip install --upgrade --user flake8 $PY_MODS"
|
||||
- "`which python3` -m pip install --upgrade flake8 $PY_MODS"
|
||||
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS"
|
||||
- "`which python` -m pip install --upgrade --user $PY_MODS"
|
||||
- "`which python` -m pip install --upgrade $PY_MODS"
|
||||
- which python
|
||||
language: python
|
||||
python:
|
||||
|
|
Loading…
Add table
Reference in a new issue