From 991630d6453947051820759b65489f35c6404bbc Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Sun, 11 Mar 2018 19:53:24 +0100 Subject: [PATCH] Upgrading bindings version and docker --- tests/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index dbe373c263..db48528327 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cd tests -pip install selenium===3.9.0 \ - docker===2.5.1 \ +pip install selenium===3.10.0 \ + docker===3.1.1 \ | grep -v 'Requirement already satisfied' python test.py $1 $2