install jinja2 package

This commit is contained in:
Yury Ignatev 2020-11-04 16:01:00 +07:00
parent 1e305b3c4c
commit 4d53ab9bb5
No known key found for this signature in database
GPG Key ID: 32C88B36FBCA9635

View File

@ -16,7 +16,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi
install: install:
- pip install flake8 pylint - pip install flake8 pylint jinja2
script: script:
- flake8 pywal tests setup.py - flake8 pywal tests setup.py