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 b3b992f commit df951fbCopy full SHA for df951fb
appveyor.yml
@@ -21,7 +21,8 @@ build: off
21
22
test_script:
23
# Ignore lint and mypy self check (both run in Travis)
24
- - "%PYTHON%\\python.exe runtests.py -x lint -x package"
+ - "%PYTHON%\\python.exe runtests.py -x lint -x package -x pytest"
25
+ - "%PYTHON%\\python.exe runtests.py pytest -p -k -p \"not (PythonEvaluationSuite and python2)\""
26
27
skip_commits:
28
files:
0 commit comments