Showing
1 changed file
with
10 additions
and
11 deletions
| ... | ... | @@ -6,25 +6,24 @@ parts = |
| 6 | 6 | mkdirs |
| 7 | 7 | scripts |
| 8 | 8 | |
| 9 | - | |
| 10 | 9 | [mkdirs] |
| 11 | -recipe = z3c.recipe.mkdir | |
| 12 | -paths = | |
| 10 | +recipe = z3c.recipe.mkdir | |
| 11 | +paths = | |
| 13 | 12 | ${buildout:directory}/var/log |
| 14 | 13 | |
| 15 | 14 | [scripts] |
| 16 | 15 | recipe = zc.recipe.egg |
| 17 | -eggs = | |
| 18 | - op_robot_tests | |
| 19 | - openprocurement_client | |
| 20 | - robotframework-lint | |
| 21 | - robotframework-debuglibrary | |
| 16 | +eggs = | |
| 17 | + op_robot_tests | |
| 18 | + openprocurement_client | |
| 19 | + robotframework-lint | |
| 20 | + robotframework-debuglibrary | |
| 22 | 21 | |
| 23 | 22 | interpreter = python_interpreter |
| 24 | 23 | |
| 25 | 24 | [remotes] |
| 26 | -gh=git://github.com/ | |
| 27 | -gh_push=git@github.com: | |
| 25 | +gh = git://github.com/ | |
| 26 | +gh_push = git@github.com: | |
| 28 | 27 | |
| 29 | 28 | [sources] |
| 30 | 29 | robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git |
| ... | ... | @@ -35,4 +34,4 @@ restkit = git ${remotes:gh}openprocurement/restkit.git |
| 35 | 34 | rfc6266 = git ${remotes:gh}openprocurement/rfc6266.git branch=content-disposition-form-data |
| 36 | 35 | |
| 37 | 36 | [versions] |
| 38 | -robotframework = 2.8.7 | |
| \ No newline at end of file | ||
| 37 | +robotframework = 2.8.7 | |
| ... | ... |
Please
register
or
login
to post a comment