Browse Source

Include --disable-network flag in ci installed test

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

+ 1
- 1
script/cibuild View File

@ -37,5 +37,5 @@ python setup.py install
octodns-sync --help
echo "## validate tests can run against installed code ###############################"
pip install pytest pytest-network
pytest
pytest --disable-network
echo "## complete ####################################################################"

Loading…
Cancel
Save