machine:
python:
version: 3.6.0
dependencies:
override:
- bash build.sh
test:
pre:
- pip install flake8
- flake8 ymd/ --ignore=E128,E501