.gitlab-ci.yml
changeset 352 d9808f01e344
parent 350 73abbf667dab
child 353 69a51eacb3f1
equal deleted inserted replaced
351:6b5d2db15d6d 352:d9808f01e344
     1 image: python:3.5
     1 image: python:3.5
     2 
     2 
     3 cache:
     3 cache:
       
     4     key: PYRAMID_CACHE
     4     paths:
     5     paths:
     5         - /var/local/env/pyams/eggs/
     6         - /var/local/env/pyams/eggs/
     6 
     7 
     7 before_script:
     8 before_script:
     8     - export http_proxy=http://172.17.0.1:3128/
     9     - export http_proxy=http://172.17.0.1:3128/