diff --git a/appveyor.yml b/appveyor.yml index 7b79fe82..77a41ad4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +48,7 @@ install: # about it being out of date. - "pip install --disable-pip-version-check --user --upgrade pip" - "pip install -e . --upgrade" - - "pipenv install --dev" + - "pipenv install --dev --skip-lock" test_script: - "pipenv run pytest test_windows/ tests/test_utils.py tests/test_project.py"