Browse Source
Dump a pip freeze into ci output for ease of seeing module verisons
pull/1047/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
2 additions and
1 deletions
-
script/cibuild
|
|
|
@ -16,7 +16,8 @@ fi |
|
|
|
echo "## environment & versions ######################################################" |
|
|
|
python --version |
|
|
|
pip --version |
|
|
|
|
|
|
|
echo "## modules: " |
|
|
|
pip freeze |
|
|
|
echo "## clean up ####################################################################" |
|
|
|
find octodns tests -name "*.pyc" -exec rm {} \; |
|
|
|
rm -f *.pyc |
|
|
|
|