Skip to content

Commit 60ca9fa

Browse files
committed
test against robot framework 2.7.5
1 parent 205ceda commit 60ca9fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- "2.7"
66
env:
77
- ROBOTFRAMEWORK_VERSION=2.6.3
8-
- ROBOTFRAMEWORK_VERSION=2.7.4
8+
- ROBOTFRAMEWORK_VERSION=2.7.5
99
script:
1010
- ./bin/robotframework --monitorwidth 65 tests/
1111

buildout.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ recipe = zc.recipe.egg
1212
eggs = robotframework-httplibrary
1313

1414
[versions]
15-
robotframework = 2.7.1
15+
robotframework = 2.7.5
1616

1717
[robotframework]
1818
recipe = zc.recipe.egg

0 commit comments

Comments
 (0)