Showing
1 changed file
with
10 additions
and
11 deletions
| @@ -6,25 +6,24 @@ parts = | @@ -6,25 +6,24 @@ parts = | ||
| 6 | mkdirs | 6 | mkdirs |
| 7 | scripts | 7 | scripts |
| 8 | 8 | ||
| 9 | - | ||
| 10 | [mkdirs] | 9 | [mkdirs] |
| 11 | -recipe = z3c.recipe.mkdir | ||
| 12 | -paths = | 10 | +recipe = z3c.recipe.mkdir |
| 11 | +paths = | ||
| 13 | ${buildout:directory}/var/log | 12 | ${buildout:directory}/var/log |
| 14 | 13 | ||
| 15 | [scripts] | 14 | [scripts] |
| 16 | recipe = zc.recipe.egg | 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 | interpreter = python_interpreter | 22 | interpreter = python_interpreter |
| 24 | 23 | ||
| 25 | [remotes] | 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 | [sources] | 28 | [sources] |
| 30 | robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git | 29 | robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git |
| @@ -35,4 +34,4 @@ restkit = git ${remotes:gh}openprocurement/restkit.git | @@ -35,4 +34,4 @@ restkit = git ${remotes:gh}openprocurement/restkit.git | ||
| 35 | rfc6266 = git ${remotes:gh}openprocurement/rfc6266.git branch=content-disposition-form-data | 34 | rfc6266 = git ${remotes:gh}openprocurement/rfc6266.git branch=content-disposition-form-data |
| 36 | 35 | ||
| 37 | [versions] | 36 | [versions] |
| 38 | -robotframework = 2.8.7 | ||
| 37 | +robotframework = 2.8.7 |
Please
register
or
login
to post a comment