image: python test:pylama: stage: test only: - master - develop before_script: - apt update && apt install -y python3-apt - pip install -r requirements.txt script: pylama *.py