diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-04-01 08:08:03 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-04-01 08:08:03 +1000 |
| commit | 83cdbaedb88ca2477af73fba0247b24511ded33d (patch) | |
| tree | 121cf5479f31482b4cd930c78a1f17e71b2ce7ee /.travis.yml | |
| parent | 5a680b8af6f833e19bed654c411229217dd632ed (diff) | |
travis: fixes
Diffstat (limited to '.travis.yml')
| -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 |
