mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Added Travis.CI conf
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
language: python
|
||||||
|
python: 2.7
|
||||||
|
|
||||||
|
env:
|
||||||
|
- TOX_ENV=lint
|
||||||
|
- TOX_ENV=py26
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
|
script:
|
||||||
|
- tox -e $TOX_ENV
|
Reference in New Issue
Block a user