mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 01:20:57 +02:00
16 lines
200 B
YAML
16 lines
200 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
|
|
env:
|
|
- TOX_ENV=docs
|
|
- TOX_ENV=lint
|
|
- TOX_ENV=py26
|
|
- TOX_ENV=py27
|
|
|
|
install:
|
|
- pip install -U pip setuptools tox
|
|
|
|
script:
|
|
- tox -e $TOX_ENV
|