zorg/zorg-firmata

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
# Config file for automatic testing at travis-ci.org

language: python

python:
  - "2.7"

# command to install dependencies
install:
  - pip install coveralls
  - pip install -r requirements.txt

# command to run tests
script:
  - nosetests --with-coverage --cover-package=zorg_firmata

after_success:
  - coveralls