.gitlab-ci.yml
changeset 347 fde6c58f17eb
parent 346 bfa2470791da
child 349 de01adc43b88
equal deleted inserted replaced
346:bfa2470791da 347:fde6c58f17eb
     1 image: python:3.5
     1 image: python:3.5
     2 
     2 
     3 before_script:
     3 before_script:
       
     4     - export http_proxy=http://172.17.0.1:3128/
       
     5     - export https_proxy=http://172.17.0.1:3128/
     4     - python3.5 bootstrap.py --buildout-version=2.12.0
     6     - python3.5 bootstrap.py --buildout-version=2.12.0
     5     - ./bin/buildout
     7     - ./bin/buildout
     6 
     8 
     7 test_app:
     9 test_app:
     8     script:
    10     script: