mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Add "docs" task
This commit is contained in:
@ -3,12 +3,14 @@ cache:
|
|||||||
- $HOME/.platformio
|
- $HOME/.platformio
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py26
|
- TOX_ENV=docs
|
||||||
- TOX_ENV=lint
|
- TOX_ENV=lint
|
||||||
- TOX_ENV=pytest
|
- TOX_ENV=py27
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
Reference in New Issue
Block a user