tomi77/python-t77-date

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python

python:
  - 2.7
  - 3.4
  - 3.5
  - 3.6

install:
  - pip install coveralls six

script:
  - coverage run setup.py test

after_success:
  - coveralls