equal
deleted
inserted
replaced
6 - quality |
6 - quality |
7 |
7 |
8 cache: |
8 cache: |
9 paths: |
9 paths: |
10 - ./ |
10 - ./ |
|
11 - /var/local/env/pyams/eggs/ |
11 |
12 |
12 before_script: |
13 before_script: |
13 - export http_proxy=http://172.17.0.1:3128/ |
14 - export http_proxy=http://172.17.0.1:3128/ |
14 - export HTTP_PROXY=http://172.17.0.1:3128/ |
15 - export HTTP_PROXY=http://172.17.0.1:3128/ |
15 - export https_proxy=http://172.17.0.1:3128/ |
16 - export https_proxy=http://172.17.0.1:3128/ |
31 script: |
32 script: |
32 - ./bin/buildout setup setup.py clean --all sdist bdist_egg bdist_wheel |
33 - ./bin/buildout setup setup.py clean --all sdist bdist_egg bdist_wheel |
33 artifacts: |
34 artifacts: |
34 paths: |
35 paths: |
35 - ./dist |
36 - ./dist |
|
37 |
36 pylint: |
38 pylint: |
37 stage: quality |
39 stage: quality |
38 allow_failure: true |
40 allow_failure: true |
39 script: |
41 script: |
40 - pip install pylint-exit anybadge |
42 - pip install pylint-exit anybadge |