kelvintaywl/jsonresume-validator

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
install:
  - python setup.py test
script:
  - flake8
  - nosetests
after_success:
  - codeclimate-test-reporter