.gitlab-ci.yml
changeset 345 ae81f8e88aad
parent 344 367c27a0dc30
child 346 bfa2470791da
equal deleted inserted replaced
344:367c27a0dc30 345:ae81f8e88aad
     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/
     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: