Skip to content

Commit

Permalink
Merge pull request #3599 from esp8266/ivankravets-patch-1
Browse files Browse the repository at this point in the history
Install @platformio Core to user's space
  • Loading branch information
ivankravets authored Sep 12, 2017
2 parents 438dae6 + 83dd960 commit 99763f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99763f2

Please sign in to comment.