forked from platformio/platformio-core
Cache PlatformIO home directory
This commit is contained in:
@ -1,10 +1,14 @@
|
|||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.platformio
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python: 2.7
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py26
|
- TOX_ENV=py26
|
||||||
- TOX_ENV=lint
|
- TOX_ENV=lint
|
||||||
- TOX_ENV=pytest
|
- TOX_ENV=pytest
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
Reference in New Issue
Block a user