Browse Source

.[dev] install defeats the purpose and file installs octodns

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

+ 2
- 2
script/cibuild View File

@ -36,6 +36,6 @@ python3 -m venv $TMP_DIR
python setup.py install
octodns-sync --help
echo "## validate tests can run against installed code ###############################"
pip install .[dev]
pytest --disable-network
pip install pytest pytest-network
pytest
echo "## complete ####################################################################"

Loading…
Cancel
Save