panzarino/mlbgame

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
  - "2.7"
  - "3.5"
  - "3.6"
cache: pip
install: "pip install -e .[dev]"
script:
  pytest --cov=mlbgame
after_success:
  coveralls
notifications:
  email: false