We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20be576 commit e8ec653Copy full SHA for e8ec653
.appveyor.yml
@@ -44,7 +44,6 @@ build_script:
44
test: off
45
test_script:
46
- pip install -r requirements-test.txt
47
- - pip install black # for stub generation tests
48
- pip install xmlsec --only-binary=xmlsec --no-index --find-links=dist
49
- pytest -v --color=yes --junitxml=unittests.xml
50
- ps: Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
0 commit comments