From 83cdbaedb88ca2477af73fba0247b24511ded33d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 1 Apr 2018 08:08:03 +1000 Subject: [PATCH] travis: fixes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 501b4fc..4f54fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi install: - - pip install flake8 pylint pyroma + - pip install flake8 pylint colorthief script: - flake8 pywal tests setup.py