Add "docs" task

This commit is contained in:
Ivan Kravets
2015-02-19 22:05:39 +02:00
parent a394db1ce1
commit 9a8abaf02b

View File

@ -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