Skip to content

Commit c9c8cd9

Browse files
authored
Upgrading bindings version and docker (#692)
1 parent 55704a3 commit c9c8cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
cd tests
3-
pip install selenium===3.9.0 \
4-
docker===2.5.1 \
3+
pip install selenium===3.10.0 \
4+
docker===3.1.1 \
55
| grep -v 'Requirement already satisfied'
66

77
python test.py $1 $2

0 commit comments

Comments
 (0)