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