Skip to content

Commit

Permalink
Fixed travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Oct 7, 2014
1 parent f010f09 commit b7cf0f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ eggs =
source = ${buildout:directory}/docs

[versions]
selenium = 2.39.0
Sphinx =
robotframework = 2.8.4
robotframework-selenium2library = 1.5.0
robotsuite = 1.5.0
selenium =
Pygments = 1.6

[pybot]
Expand All @@ -71,4 +75,4 @@ eggs =
scripts = pybot=updatedocsimages
initialization =
import sys
sys.argv.extend(['-d', '${buildout:directory}/docs/images', '-r', 'NONE', '-l', 'NONE', '-o', 'NONE', '${buildout:directory}/collective/easyform/tests/robot/tests.robot'])
sys.argv.extend(['-d', '${buildout:directory}/docs/images', '-r', 'NONE', '-l', 'NONE', '-o', 'NONE', '${buildout:directory}/collective/easyform/tests/robot/tests.robot'])
6 changes: 6 additions & 0 deletions travis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ package-extras = [test]
allow-hosts +=
code.google.com
robotframework.googlecode.com

[versions]
robotframework = 2.8.4
robotframework-selenium2library = 1.5.0
robotsuite = 1.5.0
selenium =

0 comments on commit b7cf0f2

Please sign in to comment.