Skip to content

Commit

Permalink
Added travis sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
pskowronek committed Feb 1, 2024
1 parent a0b4939 commit c6c4891
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
dist: jammy

python:
- "3.9"

before_install: cd assistant

install:
- pip install -r requirements.txt
- pip install flake8

script:
- make check
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Language versions:_\
[![FR](https://github.com/pskowronek/home-air-quality-and-assistant/raw/master/www/flags/lang-FR.png)](https://translate.googleusercontent.com/translate_c?sl=en&tl=fr&u=https://github.com/pskowronek/home-air-quality-and-assistant)
[![ES](https://github.com/pskowronek/home-air-quality-and-assistant/raw/master/www/flags/lang-ES.png)](https://translate.googleusercontent.com/translate_c?sl=en&tl=es&u=https://github.com/pskowronek/home-air-quality-and-assistant)

# Home Air Quality plus Voice Assistant
# Home Air Quality plus Voice Assistant [![Build Status](https://travis-ci.com/pskowronek/home-air-quality-and-assistant.svg?branch=master)](https://app.travis-ci.com/github/pskowronek/home-air-quality-and-assistant)

This project is a result of Covid-19 lockdown :) Some references you can find on top of the final assembly (like the police hunting people going outside :>).
Basically, the project is to display in-door air quality metrics plus to give you a possibility to interact with the device using voice, akin to Alexa or Google Home - but offline :)
Expand Down

0 comments on commit c6c4891

Please sign in to comment.