Update deps used in CI (esp. MyPy and PyLint)

This commit is contained in:
Alexander Graf
2020-07-26 18:54:23 +02:00
parent 612842f255
commit 2a3711687f
7 changed files with 121 additions and 111 deletions

View File

@@ -44,7 +44,7 @@ with open('__main__.py', 'w+') as f:
f.writelines(lines)
# install dependencies and invoke PyInstaller
commands = ["pip install pipenv==2018.11.26",
commands = ["pip install pipenv==2020.6.2",
"pipenv sync --dev",
"pipenv run pyinstaller --log-level=DEBUG instaloader.spec"]