File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ set -ev
3
3
PYTHON_VERSION=` python -c " import sys; print(sys.version[:3])" `
4
4
if [ " ${PYTHON_VERSION} " = " 2.6" ]; then
5
5
pip install robotframework
6
- pip install selenium==2.52.0
6
+ pip install selenium
7
7
pip install decorator
8
8
pip install docutils
9
9
pip install future
10
10
pip install mockito
11
11
elif [ " ${PYTHON_VERSION} " = " 2.7" ]; then
12
12
pip install robotframework
13
- pip install selenium==2.52.0
13
+ pip install selenium
14
14
pip install decorator
15
15
pip install docutils
16
16
pip install future
17
17
pip install mockito
18
18
elif [ " ${PYTHON_VERSION} " = " 3.4" ]; then
19
19
pip install robotframework
20
- pip install selenium==2.52.0
20
+ pip install selenium
21
21
pip install decorator
22
22
pip install docutils
23
23
pip install future
You can’t perform that action at this time.
0 commit comments