image: python:3.4 before_script: - python -V test: script: - pip install -e . - pip install flake8 - flake8 hektor.py bin lib