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 03c4cf0 commit 2b8bc63Copy full SHA for 2b8bc63
tests/bootstrap.sh
@@ -2,7 +2,7 @@
2
cd tests
3
4
if [ "${TRAVIS:-false}" = "false" ]; then
5
- pip install virtualenv | grep -v 'Requirement already satisfied'
+ pip3 install virtualenv | grep -v 'Requirement already satisfied'
6
virtualenv docker-selenium-tests
7
source docker-selenium-tests/bin/activate
8
fi
0 commit comments