diff --git a/.travis.yml b/.travis.yml index b193f57..249258f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ before_script: - git submodule update --init --recursive - cd tools - python --version + - update-alternatives --install /usr/bin/python python /usr/bin/python3 1 + - python --version - python3 get.py - pip3 install --user platformio - platformio update