Skip to content

Commit d224e28

Browse files
committed
disable mypy in appveyor settings
1 parent b229e45 commit d224e28

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
@@ -43,7 +43,7 @@ build_script:
4343
test_script:
4444
# - "%PYTHON%/python run_tests.py"
4545
- poetry run pytest tests/ --cov=refcount --cov-report=xml
46-
- poetry run mypy .
46+
# - poetry run mypy .
4747

4848
after_test:
4949
- ps: |

0 commit comments

Comments
 (0)