.gitlab-ci.yml
changeset 365 2ad78eeb9981
parent 364 89f5d730ed81
child 366 6e482f99b30e
equal deleted inserted replaced
364:89f5d730ed81 365:2ad78eeb9981
    14         - python3.5 bootstrap.py --buildout-version=2.12.0
    14         - python3.5 bootstrap.py --buildout-version=2.12.0
    15         - ./bin/buildout
    15         - ./bin/buildout
    16         - ./bin/test
    16         - ./bin/test
    17 
    17 
    18 pylint:
    18 pylint:
       
    19     stage: quality
    19     script:
    20     script:
    20         - pip install pylint --quiet
    21         - pip install pylint --quiet
    21         - pylint src/
    22         - pylint src/