Browse Source

env and versions after the source

pull/868/head
Ross McFarland 4 years ago
parent
commit
68aca50aa7
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      script/cibuild

+ 4
- 4
script/cibuild View File

@ -7,16 +7,16 @@ cd "$(dirname "$0")/.."
echo "## bootstrap ###################################################################"
script/bootstrap
echo "## environment & versions ######################################################"
python --version
python -m pip --version
if [ -z "$VENV_NAME" ]; then
VENV_NAME="env"
fi
. "$VENV_NAME/bin/activate"
echo "## environment & versions ######################################################"
python --version
pip --version
echo "## clean up ####################################################################"
find octodns tests -name "*.pyc" -exec rm {} \;
rm -f *.pyc


Loading…
Cancel
Save