Cache PlatformIO home directory

This commit is contained in:
Ivan Kravets
2015-02-16 17:31:25 +02:00
parent 79d3ad245f
commit fc7e09b8c4

View File

@ -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