Browse Source

Don't change into the venv, won't find tests there

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

+ 0
- 1
script/cibuild View File

@ -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 ####################################################################"

Loading…
Cancel
Save