We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7961060 commit 6c81f49Copy full SHA for 6c81f49
1 file changed
tox.ini
@@ -12,11 +12,11 @@ envlist =
12
13
[testenv]
14
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
+ robot2.8: robotframework~=2.8.0
+ robot2.8py3: robotframework-python3~=2.8.0
+ robot2.9: robotframework~=2.9.0
+ robot2.9py3: robotframework-python3~=2.9.0
+ robot3.0: robotframework~=3.0.0
20
py{27,py}: robotremoteserver
21
pytest
22
0 commit comments