1
0
Fork 0
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:
Shlomi Fish 2018-03-19 15:53:05 +02:00
parent 3e9a071926
commit b1c26c7509

View file

@ -9,8 +9,9 @@ install:
- export PY_MODS='pycotap random2 six'
- "`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 $PY_MODS"
- "sudo `which python2` -m pip install --upgrade $PY_MODS"
- which python
- which python2
language: python
python:
- "3.6"