Parcourir la source

Update .travis.yml

Daniel Høyer Iversen il y a 5 ans
Parent
commit
05cdc9b6f5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ cache:
   directories:
   directories:
   - "$HOME/.cache/pip"
   - "$HOME/.cache/pip"
 install:
 install:
-- pip install flake8 pylint bluepy
+- pip install flake8 pylint bluepy func_timeout
 language: python
 language: python
 script:
 script:
 - flake8 switchbot --max-line-length=120
 - flake8 switchbot --max-line-length=120