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