bump travis python version
This commit is contained in:
parent
d6c8d82107
commit
4f078da679
|
@ -70,7 +70,7 @@ install:
|
||||||
fi
|
fi
|
||||||
- >
|
- >
|
||||||
if [[ "$PYTHON" == true ]]; then
|
if [[ "$PYTHON" == true ]]; then
|
||||||
pyenv local 3.6
|
pyenv local 3.7
|
||||||
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
|
||||||
|
|
|
@ -4,10 +4,8 @@ set -xe
|
||||||
|
|
||||||
[[ "$PYTHON" == false ]] && exit 0
|
[[ "$PYTHON" == false ]] && exit 0
|
||||||
|
|
||||||
python3 --version
|
|
||||||
|
|
||||||
pushd python_apps/airtime_analyzer
|
pushd python_apps/airtime_analyzer
|
||||||
pyenv local 3.6
|
pyenv local 3.7
|
||||||
pip3 install -e .
|
pip3 install -e .
|
||||||
nosetests
|
nosetests
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue