diff --git a/appveyor.yml b/appveyor.yml index 21383707..364857c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,4 +52,4 @@ install: - "pipenv install --system --dev --skip-lock" test_script: - - "pytest tests" + - "pytest tests/test_pipenv.py tests/test_project.py tests/test_utils.py"