diff --git a/appveyor.yml b/appveyor.yml index 5fd2b2bc..8da49a2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,5 +51,4 @@ install: - "pipenv install --dev" test_script: - - "pipenv run pytest test_windows" - - "pipenv run pytest tests/test_utils.py" + - "pipenv run pytest test_windows/ tests/test_utils.py"