michaelmcmillan/Stenograpi

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: python
python:
  - "3.5"

install:
  - make install

script:
  - make test
  - make lint
  - make coverage

after_success:
  - lib/env/bin/coveralls