Merge pull request #8563 from thinkyhead/bf2_functools_lru_cache
Fix #8561. Fix #8562
This commit is contained in:
commit
d3ed0f53cd
|
@ -28,6 +28,7 @@ before_install:
|
||||||
- export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
|
- export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip install backports.functools_lru_cache
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue