diff options
| author | Dylan Araps <[email protected]> | 2017-07-23 19:48:44 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-23 19:48:44 +1000 |
| commit | dafbd21b5e3f12147595410d17a5e2cd1dd42cae (patch) | |
| tree | 35114d07dfe91b9639d8051fb35db88554e2a81f /.travis.yml | |
| parent | docs: README (diff) | |
| download | pywal-dafbd21b5e3f12147595410d17a5e2cd1dd42cae.tar.xz pywal-dafbd21b5e3f12147595410d17a5e2cd1dd42cae.zip | |
general: changes
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 36c9a18..4dcc9b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,10 @@ before_install: - sudo apt-get install -y imagemagick install: - - pip install flake8 pylint + - pip install flake8 pylint codecov script: - flake8 pywal tests setup.py - pylint pywal tests setup.py - python setup.py test + - codecov |