test 220 B

12345
  1. #!/bin/sh
  2. set -ex
  3. docker build -t fig .
  4. docker run -v /var/run/docker.sock:/var/run/docker.sock --rm --entrypoint flake8 fig fig
  5. docker run -v /var/run/docker.sock:/var/run/docker.sock --rm --entrypoint nosetests fig $@