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 0a793b1 commit bb31b6dCopy full SHA for bb31b6d
tests/bootstrap.sh
@@ -8,9 +8,9 @@ if [ "${TRAVIS:-false}" = "false" ]; then
8
fi
9
10
11
-pip install selenium===3.14.1 \
12
- docker===3.5.0 \
13
- | grep -v 'Requirement already satisfied'
+python -m pip install selenium===3.14.1 \
+ docker===3.5.0 \
+ | grep -v 'Requirement already satisfied'
14
15
python test.py $1 $2
16
ret_code=$?
0 commit comments