aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-01-02 11:20:24 +1100
committerDylan Araps <[email protected]>2018-01-02 11:20:24 +1100
commit926ec57559e1056e6548b327d85dbeab03d950b0 (patch)
treec2166905e2990a70f021b7f4fc857a19c73ce333 /.travis.yml
parentpylint: Fix false positives. (diff)
downloadpywal-926ec57559e1056e6548b327d85dbeab03d950b0.tar.xz
pywal-926ec57559e1056e6548b327d85dbeab03d950b0.zip
general: Add pyroma.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ec3221..ce6e603 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,9 +21,10 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi
install:
- - pip install flake8 pylint
+ - pip install flake8 pylint pyroma
script:
- flake8 pywal tests setup.py
- pylint pywal tests setup.py
+ - pyroma .
- python setup.py test