A clone of: https://github.com/nutechsoftware/alarmdecoder This is requires as they dropped support for older firmware releases w/o building in backward compatibility code, and they had previously hardcoded pyserial to a python2 only version.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
129 B

  1. language: python
  2. python:
  3. - 2.7
  4. - 3.6
  5. install:
  6. - pip install -r requirements.txt
  7. - pip install nose
  8. script:
  9. - nosetests