File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22set -ev
33PYTHON_VERSION=` python -c " import sys; print(sys.version[:3])" `
44if [ " ${PYTHON_VERSION} " = " 2.6" ]; then
5- pip install robotframework==2.9.2
5+ pip install robotframework
66 pip install selenium
77 pip install decorator
88 pip install docutils
@@ -16,7 +16,7 @@ elif [ "${PYTHON_VERSION}" = "2.7" ]; then
1616 # pip install future
1717 # pip install mockito
1818elif [ " ${PYTHON_VERSION} " = " 3.4" ]; then
19- pip install robotframework==3.0b1
19+ pip install robotframework
2020 pip install selenium
2121 pip install decorator
2222 pip install docutils
Original file line number Diff line number Diff line change 11import os
2- from keywords import *
2+ from Selenium2Library . keywords import *
33from version import VERSION
44from utils import LibraryListener
55
You can’t perform that action at this time.
0 commit comments