summary refs log tree commit diff stats
path: root/pkg
ModeNameSize
d---------background41log stats plain
d---------
dist: 'trusty'

language: 'python'
python:
    - '2.7'
    - '3.4'
    - '3.5'

install:
    - 'pip install pytest pylint flake8'

script:
    - 'make test'