added flake8 pollyfill dep

This commit is contained in:
Rob Weber 2020-11-17 12:55:05 -06:00
parent 201d04afeb
commit fa3a30eb55
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ language: python
python: 3.7
install:
- pip install flake8 kodi-addon-checker git+https://github.com/romanvm/kodi-addon-submitter.git
- pip install flake8 flake8_polyfill kodi-addon-checker git+https://github.com/romanvm/kodi-addon-submitter.git
before_script:
- git config core.quotepath false