From 83dd960fe553585ea5127f045cd3bb58b472c657 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 12 Sep 2017 20:02:30 +0300 Subject: [PATCH] Install @PlatformIO Core to user's space --- tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common.sh b/tests/common.sh index 1387e5467b..c6fa2cdeb7 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -125,7 +125,7 @@ function build_package() function install_platformio() { - pip install -U https://github.com/platformio/platformio/archive/develop.zip + pip install --user -U https://github.com/platformio/platformio/archive/develop.zip platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage sed -i 's/https:\/\/github\.com\/esp8266\/Arduino\.git/*/' ~/.platformio/platforms/espressif8266_stage/platform.json ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266