20 lines
235 B
YAML
20 lines
235 B
YAML
cache:
|
|
directories:
|
|
- $HOME/.platformio
|
|
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
|
|
env:
|
|
- TOX_ENV=docs
|
|
- TOX_ENV=lint
|
|
- TOX_ENV=py26
|
|
- TOX_ENV=py27
|
|
|
|
install:
|
|
- pip install tox
|
|
|
|
script:
|
|
- tox -e $TOX_ENV
|