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.
2 parents 43f860f + 9fcfdb4 commit dfcd052Copy full SHA for dfcd052
1 file changed
.appveyor.yml
@@ -71,7 +71,7 @@ build_script:
71
72
test_script:
73
- cd c:\pillow
74
-- '%PYTHON%\%PIP_DIR%\pip.exe install "pytest<3.7" pytest-cov'
+- '%PYTHON%\%PIP_DIR%\pip.exe install pytest pytest-cov'
75
- '%PYTHON%\%EXECUTABLE% -m pytest -vx --cov PIL --cov-report term --cov-report xml Tests'
76
#- '%PYTHON%\%EXECUTABLE% test-installed.py -v -s %TEST_OPTIONS%' TODO TEST_OPTIONS with pytest?
77
0 commit comments