travis: fixes

This commit is contained in:
Dylan Araps 2018-04-01 08:08:03 +10:00
parent 5a680b8af6
commit 83cdbaedb8

View File

@ -13,7 +13,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 pyroma - pip install flake8 pylint colorthief
script: script:
- flake8 pywal tests setup.py - flake8 pywal tests setup.py