Set python versions in travis

This commit is contained in:
Kyle Robbertze 2020-01-20 14:58:00 +02:00
parent ea54493c21
commit 6573e1d74c
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ set -xe
python3 --version
pushd python_apps/airtime_analyzer
pyenv local 3.4
pyenv local 3.6
pip3 install -e .
nosetests
popd