Browse Source
.[dev] install defeats the purpose and file installs octodns
pull/868/head
Ross McFarland
4 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
2 additions and
2 deletions
-
script/cibuild
|
|
|
@ -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 ####################################################################" |