Browse Source
Don't change into the venv, won't find tests there
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
0 additions and
1 deletions
-
script/cibuild
|
|
|
@ -37,6 +37,5 @@ python setup.py install |
|
|
|
octodns-sync --help |
|
|
|
echo "## validate tests can run against installed code ###############################" |
|
|
|
pip install .[dev] |
|
|
|
cd $TMP_DIR |
|
|
|
pytest --disable-network |
|
|
|
echo "## complete ####################################################################" |