blob: b0741a28e514405bb396d5f0a37ef7765380cf0d [file]
language: python
services:
- docker
before_install:
- docker pull ubuntu:16.04
install:
- pip install flake8==3.4.1
script:
- flake8
- set -o errexit
- echo "running..."
- docker build .
notifications:
email: false