diff options
| author | Dylan Araps <[email protected]> | 2018-01-02 11:20:24 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-01-02 11:20:24 +1100 |
| commit | 926ec57559e1056e6548b327d85dbeab03d950b0 (patch) | |
| tree | c2166905e2990a70f021b7f4fc857a19c73ce333 /.travis.yml | |
| parent | pylint: Fix false positives. (diff) | |
| download | pywal-926ec57559e1056e6548b327d85dbeab03d950b0.tar.xz pywal-926ec57559e1056e6548b327d85dbeab03d950b0.zip | |
general: Add pyroma.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
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 |