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