mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 01:20:57 +02:00
17 lines
218 B
YAML
17 lines
218 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
|
|
- pip install tox
|
|
|
|
script:
|
|
- tox -e $TOX_ENV
|