aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a0a043..11a9bfd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,16 +7,14 @@ 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 pyroma
+ - pip install flake8 pylint
script:
- flake8 pywal tests setup.py
- pylint pywal tests setup.py
- - pyroma .
- python setup.py test