Don't run mypy in Appveyor CI (#167)

I think it's degrading code quality via mypy-specific hacks and
inconsistencies with Pycharm.

It's also slowing down development, but making me reread and cleanup PR
diffs may be a good thing.
pull/357/head
nyanpasu64 2019-01-29 21:19:03 -08:00 zatwierdzone przez GitHub
rodzic 0199c2fbd2
commit 2318a33560
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,6 @@ build_script:
test_script:
- 'poetry run pytest --tb=short --cov=corrscope'
- 'poetry run codecov'
- 'poetry run mypy corrscope'
after_test:
- 'if not "%pydir%"=="C:\Python37-x64" appveyor exit'