Browse Source

Try manual install of backports.functools_lru_cache

Scott Lahteine 7 years ago
parent
commit
ba5ff1a838
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

28
   - export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
28
   - export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
29
 
29
 
30
 install:
30
 install:
31
+  - pip install backports.functools_lru_cache
31
   - pip install -U platformio
32
   - pip install -U platformio
32
 
33
 
33
 before_script:
34
 before_script:

Loading…
Cancel
Save