Skip to content

Commit 6c81f49

Browse files
tox: Simplify robotframework version constraints
1 parent 7961060 commit 6c81f49

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ envlist =
1212

1313
[testenv]
1414
deps =
15-
robot2.8: robotframework>=2.8,<2.9
16-
robot2.8py3: robotframework-python3>=2.8,<2.9
17-
robot2.9: robotframework>=2.9,<3.0
18-
robot2.9py3: robotframework-python3>=2.9,<3.0
19-
robot3.0: robotframework>=3.0,<3.1
15+
robot2.8: robotframework~=2.8.0
16+
robot2.8py3: robotframework-python3~=2.8.0
17+
robot2.9: robotframework~=2.9.0
18+
robot2.9py3: robotframework-python3~=2.9.0
19+
robot3.0: robotframework~=3.0.0
2020
py{27,py}: robotremoteserver
2121
pytest
2222

0 commit comments

Comments
 (0)