diff options
| author | Dylan Araps <[email protected]> | 2018-04-01 08:08:03 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-04-01 08:08:03 +1000 |
| commit | 83cdbaedb88ca2477af73fba0247b24511ded33d (patch) | |
| tree | 121cf5479f31482b4cd930c78a1f17e71b2ce7ee | |
| parent | backend: cleanup (diff) | |
| download | pywal-83cdbaedb88ca2477af73fba0247b24511ded33d.tar.xz pywal-83cdbaedb88ca2477af73fba0247b24511ded33d.zip | |
travis: fixes
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 501b4fc..4f54fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi install: - - pip install flake8 pylint pyroma + - pip install flake8 pylint colorthief script: - flake8 pywal tests setup.py |