diff options
| author | Dylan Araps <[email protected]> | 2018-03-31 17:06:33 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-03-31 17:06:33 +1100 |
| commit | 1411ef02f3ce54fac301b49923d270834aada4c8 (patch) | |
| tree | 4626c0e7a350e702ef16631cd1e6af1bb2164a96 | |
| parent | pylint: fixes (diff) | |
| download | pywal-1411ef02f3ce54fac301b49923d270834aada4c8.tar.xz pywal-1411ef02f3ce54fac301b49923d270834aada4c8.zip | |
travis: fixes
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3a0a043..501b4fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,4 @@ install: script: - flake8 pywal tests setup.py - pylint pywal tests setup.py - - pyroma . - python setup.py test |