andir/isc-dhcp-filter

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
install:
  - pip install codeclimate-test-reporter
script:
  - coverage run --source=isc_dhcp_filter setup.py test
  - python setup.py install
after_success:
  - codeclimate-test-reporter