diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 54f50d0b..5902c575 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,5 +57,5 @@ test_script: - "%PYTHON_HOME%\\Scripts\\pip --version" - "%WITH_COMPILER% %PYTHON_HOME%\\Scripts\\tox" artifacts: - - path: "dist\*" + - path: "dist\\*" - path: ".metacov*" |