aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 00:47:00 +0100
committercodl <[email protected]>2017-11-27 00:47:00 +0100
commit430bebc12481c1ad44592f03ad7d8acbed370eab (patch)
tree6e8c74f490514b5ff743a023511fc7b3396c1a2e /.travis.yml
parent9c490fc387354c720033d0b5845804ab4f020c12 (diff)
downloadmastodon.py-430bebc12481c1ad44592f03ad7d8acbed370eab.tar.gz
add codecov
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 72b1587..b5af37e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,9 @@ python:
3 - "3.6" 3 - "3.6"
4 - "2.7" 4 - "2.7"
5 5
6install: pip install . 6install:
7script: python setup.py pytest 7 - pip install .
8 - pip install codecov
9script:
10 - python setup.py pytest
11 - codecov
Powered by cgit v1.2.3 (git 2.41.0)