Skip to content

Commit 6cb0226

Browse files
committed
Vagrant additions
Added common vagrant files to the ignore list and added git to the of packages to install for debian based systems in case the dev system does not already have it.
1 parent 914c49a commit 6cb0226

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ tokenkeys.py*
1111
from-preloads/
1212
test_profile/
1313
.venv/
14+
Vagrantfile
15+
.vagrant

install-dev-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if type apt-get >/dev/null ; then
1414
fi
1515
sudo apt-get install libxml2-dev libxml2-utils libxslt1-dev python-dev \
1616
$BROWSERS zip sqlite3 python-pip libcurl4-openssl-dev xvfb \
17-
libssl-dev $CHROMEDRIVER
17+
libssl-dev git $CHROMEDRIVER
1818
elif type brew >/dev/null ; then
1919
brew list python &>/dev/null || brew install python
2020
brew install libxml2 gnu-sed chromedriver

0 commit comments

Comments
 (0)