Files
platformio-core/.travis.yml
T
2015-02-23 11:50:14 +02:00

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