From 1411ef02f3ce54fac301b49923d270834aada4c8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 31 Mar 2018 17:06:33 +1100 Subject: travis: fixes --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3a0a043..501b4fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,4 @@ install: script: - flake8 pywal tests setup.py - pylint pywal tests setup.py - - pyroma . - python setup.py test -- cgit v1.2.3 From 83cdbaedb88ca2477af73fba0247b24511ded33d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 1 Apr 2018 08:08:03 +1000 Subject: travis: fixes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3 From 8d8b616b524ce05b18f99691b190e23f7abee595 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 1 Apr 2018 08:41:01 +1000 Subject: pylint: fixes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4f54fe7..11a9bfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,12 @@ matrix: - os: linux python: 3.6 - before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi install: - - pip install flake8 pylint colorthief + - pip install flake8 pylint script: - flake8 pywal tests setup.py -- cgit v1.2.3