mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
travis fix #6 - /opt/python2
This commit is contained in:
parent
3e9a071926
commit
b1c26c7509
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@ install:
|
||||||
- export PY_MODS='pycotap random2 six'
|
- export PY_MODS='pycotap random2 six'
|
||||||
- "`which python3` -m pip install --upgrade flake8 $PY_MODS"
|
- "`which python3` -m pip install --upgrade flake8 $PY_MODS"
|
||||||
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS"
|
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS"
|
||||||
- "`which python` -m pip install --upgrade $PY_MODS"
|
- "sudo `which python2` -m pip install --upgrade $PY_MODS"
|
||||||
- which python
|
- which python
|
||||||
|
- which python2
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
Loading…
Add table
Reference in a new issue