Files
platformio-core/appveyor.yml
T

14 lines
225 B
YAML
Raw Normal View History

build: off
environment:
matrix:
- TOXENV: "py27"
install:
- cmd: git submodule update --init --recursive
2016-05-30 13:15:19 +03:00
- cmd: SET PATH=%PATH%;C:\Python27\Scripts;C:\MinGW\bin
2016-05-28 20:27:16 +03:00
- cmd: pip install tox
test_script:
- cmd: tox