Files
platformio-core/.travis.yml
T
2015-05-28 12:03:46 +03:00

16 lines
182 B
YAML

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