aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-04-01 08:41:01 +1000
committerDylan Araps <[email protected]>2018-04-01 08:41:01 +1000
commit8d8b616b524ce05b18f99691b190e23f7abee595 (patch)
tree1cd93c3c04aea5290d492c7dca76dc4ffaa9ea0a /.travis.yml
parentbackends: Dynamically import the backend we want to use. (diff)
downloadpywal-8d8b616b524ce05b18f99691b190e23f7abee595.tar.xz
pywal-8d8b616b524ce05b18f99691b190e23f7abee595.zip
pylint: fixes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
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