diff options
author | codl <[email protected]> | 2017-11-27 00:47:00 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-27 00:47:00 +0100 |
commit | 430bebc12481c1ad44592f03ad7d8acbed370eab (patch) | |
tree | 6e8c74f490514b5ff743a023511fc7b3396c1a2e | |
parent | 9c490fc387354c720033d0b5845804ab4f020c12 (diff) | |
download | mastodon.py-430bebc12481c1ad44592f03ad7d8acbed370eab.tar.gz |
add codecov
-rw-r--r-- | .travis.yml | 8 |
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 | ||
6 | install: pip install . | 6 | install: |
7 | script: python setup.py pytest | 7 | - pip install . |
8 | - pip install codecov | ||
9 | script: | ||
10 | - python setup.py pytest | ||
11 | - codecov | ||