mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 01:20:57 +02:00
24 lines
353 B
YAML
24 lines
353 B
YAML
machine:
|
|
python:
|
|
version: 2.7
|
|
environment:
|
|
TOX_ENV: docs
|
|
TOX_ENV: lint
|
|
TOX_ENV: py26
|
|
TOX_ENV: py27
|
|
|
|
pre:
|
|
- pip install -U pip setuptools
|
|
|
|
checkout:
|
|
post:
|
|
- git submodule update --init
|
|
|
|
dependencies:
|
|
pre:
|
|
- pip install tox
|
|
|
|
test:
|
|
override:
|
|
- tox -e $TOX_ENV
|