mirror of
https://github.com/platformio/platformio-core.git
synced 2026-06-11 11:41:11 +02:00
14 lines
225 B
YAML
14 lines
225 B
YAML
build: off
|
|
environment:
|
|
|
|
matrix:
|
|
- TOXENV: "py27"
|
|
|
|
install:
|
|
- cmd: git submodule update --init --recursive
|
|
- cmd: SET PATH=%PATH%;C:\Python27\Scripts;C:\MinGW\bin
|
|
- cmd: pip install tox
|
|
|
|
test_script:
|
|
- cmd: tox
|