Browse Source

Test python setup build in CI

pull/417/head
Ross McFarland 6 years ago
parent
commit
7a623f167f
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      script/cibuild

+ 2
- 0
script/cibuild 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 ####################################################################"

Loading…
Cancel
Save