equal
deleted
inserted
replaced
9 - export http_proxy=http://172.17.0.1:3128/ |
9 - export http_proxy=http://172.17.0.1:3128/ |
10 - export https_proxy=http://172.17.0.1:3128/ |
10 - export https_proxy=http://172.17.0.1:3128/ |
11 - apt-get update |
11 - apt-get update |
12 - python3.5 bootstrap.py --buildout-version=2.12.0 |
12 - python3.5 bootstrap.py --buildout-version=2.12.0 |
13 - ./bin/buildout |
13 - ./bin/buildout |
|
14 - ls /var/local/env/pyams/eggs |
14 |
15 |
15 test_app: |
16 test: |
16 script: |
17 script: |
17 - ./bin/test |
18 - ./bin/test |
|
19 |
|
20 after_script: |
|
21 - ls /var/local/env/pyams/eggs |