We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205ceda commit 60ca9faCopy full SHA for 60ca9fa
.travis.yml
@@ -5,7 +5,7 @@ python:
5
- "2.7"
6
env:
7
- ROBOTFRAMEWORK_VERSION=2.6.3
8
- - ROBOTFRAMEWORK_VERSION=2.7.4
+ - ROBOTFRAMEWORK_VERSION=2.7.5
9
script:
10
- ./bin/robotframework --monitorwidth 65 tests/
11
buildout.cfg
@@ -12,7 +12,7 @@ recipe = zc.recipe.egg
12
eggs = robotframework-httplibrary
13
14
[versions]
15
-robotframework = 2.7.1
+robotframework = 2.7.5
16
17
[robotframework]
18
recipe = zc.recipe.egg
0 commit comments