equal
deleted
inserted
replaced
12 before_script: |
12 before_script: |
13 - export http_proxy=http://172.17.0.1:3128/ |
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 https_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/ |
16 - export HTTPS_PROXY=http://172.17.0.1:3128/ |
17 - python -V |
17 - mkdir -p venv |
18 - pip install virtualenv |
18 - cd venv |
19 - virtualenv venv |
|
20 - source venv/bin/activate |
|
21 |
19 |
22 bootstrap: |
20 bootstrap: |
23 stage: .pre |
21 stage: .pre |
24 script: |
22 script: |
25 - python3.5 bootstrap.py --buildout-version=2.12.0 |
23 - python3.5 bootstrap.py --buildout-version=2.12.0 |