update pip in travis tests
This commit is contained in:
parent
39e986a39c
commit
6d27871c1c
|
@ -71,6 +71,7 @@ install:
|
||||||
- >
|
- >
|
||||||
if [[ "$PYTHON" == true ]]; then
|
if [[ "$PYTHON" == true ]]; then
|
||||||
pyenv local 3.7
|
pyenv local 3.7
|
||||||
|
pip3 install -U pip wheel
|
||||||
pip3 install --user mkdocs rgain3
|
pip3 install --user mkdocs rgain3
|
||||||
pushd python_apps/airtime_analyzer
|
pushd python_apps/airtime_analyzer
|
||||||
python3 setup.py install --dry-run --no-init-script
|
python3 setup.py install --dry-run --no-init-script
|
||||||
|
|
Loading…
Reference in New Issue