1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Test python setup build in CI

This commit is contained in:
Ross McFarland
2019-11-04 14:57:28 -08:00
parent 193d2da4dd
commit 7a623f167f

View File

@@ -27,4 +27,6 @@ echo "## lint ##################################################################
script/lint
echo "## tests/coverage ##############################################################"
script/coverage
echo "## validate setup.py build #####################################################"
python setup.py build
echo "## complete ####################################################################"