machine:
python:
version: 3.6.0
dependencies:
post:
- pip install -r dev-requirements.txt
test:
override:
- flake8 md_pdf/ --ignore=E128,E501