diff options
| author | Dylan Araps <[email protected]> | 2018-04-01 09:24:38 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-01 09:24:38 +1000 |
| commit | e25bc9e2d895f3bbf157cceaf7077c463369ad59 (patch) | |
| tree | a0792ec2acc4a0c44a758d6dfe3aed243a320e39 /.travis.yml | |
| parent | Merge pull request #208 from Amar1729/master (diff) | |
| parent | sorry: not sorry (diff) | |
| download | pywal-e25bc9e2d895f3bbf157cceaf7077c463369ad59.tar.xz pywal-e25bc9e2d895f3bbf157cceaf7077c463369ad59.zip | |
Merge pull request #213 from dylanaraps/backends
backend: initial work to add more backends
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
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 |