aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 16:52:13 +0100
committercodl <[email protected]>2017-11-27 16:52:13 +0100
commit376c1927ba46742dde9b3be7f6c4436ae81ccbab (patch)
tree82ff9290fa806d0f9304391004c8b71ebb7a6bfb /.travis.yml
parent3b6e3313ac44c4f18d4b034491a9a0c3a259a578 (diff)
downloadmastodon.py-376c1927ba46742dde9b3be7f6c4436ae81ccbab.tar.gz
travis: codecov should be in after_script
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1be5c8b..b57f925 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,7 @@ python:
6install: 6install:
7 - pip install . 7 - pip install .
8 - pip install codecov 8 - pip install codecov
9script: 9script: python setup.py pytest
10 - python setup.py pytest 10after_script: codecov
11 - codecov
12 11
13cache: pip 12cache: pip
Powered by cgit v1.2.3 (git 2.41.0)