summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 15:02:34 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 15:02:34 -0700
commit7b4a0c7b4d86fd5fffc6d4803339d9724242c54c (patch)
tree5dcd73e3d1372a2571a72713effd357d0ba2a767 /.travis.yml
parent306d8fb476c5f0ca92ee6ba405c41a59e360aa6a (diff)
downloadpyscss-7b4a0c7b4d86fd5fffc6d4803339d9724242c54c.tar.gz
Give coveralls a shot.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index baa67c5..f7fca53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,8 @@ python:
- pypy3
install:
- pip install .
- - pip install pillow
-script: py.test
+ - pip install pillow pytest-cov coveralls
+script:
+ py.test --cov scss
+after_success:
+ coveralls