diff options
| author | Dylan Araps <[email protected]> | 2017-07-23 15:37:14 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-23 15:37:14 +1000 |
| commit | 0c1d76e2b3611b541316dc8d7eb67f18cec5e7f2 (patch) | |
| tree | aaf8141c62789dcfc4f72af24ae96df71459a084 /.travis.yml | |
| parent | Update README.md (diff) | |
| parent | tests: Fix tests (diff) | |
| download | pywal-0c1d76e2b3611b541316dc8d7eb67f18cec5e7f2.tar.xz pywal-0c1d76e2b3611b541316dc8d7eb67f18cec5e7f2.zip | |
Merge pull request #52 from dylanaraps/api
api: Start work on a proper api.
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 f924d60..36c9a18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ install: script: - flake8 pywal tests setup.py - - pylint --ignore-imports=yes pywal tests setup.py + - pylint pywal tests setup.py - python setup.py test |