Set python versions in travis
This commit is contained in:
parent
ea54493c21
commit
6573e1d74c
|
@ -70,8 +70,9 @@ install:
|
||||||
fi
|
fi
|
||||||
- >
|
- >
|
||||||
if [[ "$PYTHON" == true ]]; then
|
if [[ "$PYTHON" == true ]]; then
|
||||||
|
pyenv local 3.6
|
||||||
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
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -7,7 +7,7 @@ set -xe
|
||||||
python3 --version
|
python3 --version
|
||||||
|
|
||||||
pushd python_apps/airtime_analyzer
|
pushd python_apps/airtime_analyzer
|
||||||
pyenv local 3.4
|
pyenv local 3.6
|
||||||
pip3 install -e .
|
pip3 install -e .
|
||||||
nosetests
|
nosetests
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue