We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e21932 commit 83e8a6dCopy full SHA for 83e8a6d
appveyor.yml
@@ -48,7 +48,7 @@ build_script:
48
49
50
test_script:
51
- - "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --addopts --junit-xml=tests.xml"
+ - "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --junit-xml=tests.xml"
52
- ps: >-
53
$wc = New-Object 'System.Net.WebClient'
54
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
0 commit comments