aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-23 19:48:44 +1000
committerDylan Araps <[email protected]>2017-07-23 19:48:44 +1000
commitdafbd21b5e3f12147595410d17a5e2cd1dd42cae (patch)
tree35114d07dfe91b9639d8051fb35db88554e2a81f /.travis.yml
parentdocs: README (diff)
downloadpywal-dafbd21b5e3f12147595410d17a5e2cd1dd42cae.tar.xz
pywal-dafbd21b5e3f12147595410d17a5e2cd1dd42cae.zip
general: changes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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