image: python test:pylama: stage: test only: - master - develop before_script: - if test -r requirements.txt; then pip install -r requirements.txt; fi script: pylama *.py