Merge pull request #525 from alphagov/update-bootstrap

updated bootstrap
This commit is contained in:
Chris Hill-Scott
2016-07-15 10:36:32 +01:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ function display_result {
}
if [ ! $VIRTUAL_ENV ]; then
virtualenv ./venv
virtualenv -p python3 ./venv
. ./venv/bin/activate
fi