Skip to content

Commit 83e8a6d

Browse files
committed
no addopts needed here
1 parent 2e21932 commit 83e8a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build_script:
4848

4949

5050
test_script:
51-
- "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --addopts --junit-xml=tests.xml"
51+
- "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --junit-xml=tests.xml"
5252
- ps: >-
5353
$wc = New-Object 'System.Net.WebClient'
5454
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))

0 commit comments

Comments
 (0)