Switch to development version of PlatformIO CLI

This commit is contained in:
Ivan Kravets 2016-08-09 15:30:55 +03:00
parent bb94139198
commit aa20794282
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ env:
- PLATFORMIO_PROJECT_DIR=examples/spl-blink
install:
- pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30.zip
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
- platformio platform install file://.
script:

View File

@ -13,7 +13,7 @@ environment:
install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=%PATH%;C:\Python27\Scripts
- cmd: pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30.zip
- cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
- cmd: platformio platform install file://.
test_script: