.gitlab-ci.yml
changeset 349 de01adc43b88
parent 347 fde6c58f17eb
child 350 73abbf667dab
equal deleted inserted replaced
348:d0779b7d954c 349:de01adc43b88
     1 image: python:3.5
     1 image: python:3.5
       
     2 
       
     3 cache:
       
     4     paths:
       
     5         - /var/local/env/pyams/eggs/
     2 
     6 
     3 before_script:
     7 before_script:
     4     - export http_proxy=http://172.17.0.1:3128/
     8     - export http_proxy=http://172.17.0.1:3128/
     5     - export https_proxy=http://172.17.0.1:3128/
     9     - export https_proxy=http://172.17.0.1:3128/
       
    10     - apt-get update
     6     - python3.5 bootstrap.py --buildout-version=2.12.0
    11     - python3.5 bootstrap.py --buildout-version=2.12.0
     7     - ./bin/buildout
    12     - ./bin/buildout
     8 
    13 
     9 test_app:
    14 test_app:
    10     script:
    15     script: