test: image: python:3.6-alpine before_script: - pip install ldap3 script: python bin/module/test.py syntax: image: eeacms/flake8 # before_script: # - apt update; apt install -y python-flake8 flake8 script: flake8 --exclude .git,__pycache__,bin/module/test.py