Merge pull request #8563 from thinkyhead/bf2_functools_lru_cache

Fix #8561. Fix #8562
This commit is contained in:
Scott Lahteine 2017-11-25 14:35:59 -06:00 committed by GitHub
commit d3ed0f53cd
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ before_install:
- export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
install:
- pip install backports.functools_lru_cache
- pip install -U platformio
before_script: