diff options
author | codl <[email protected]> | 2017-11-27 16:52:13 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-27 16:52:13 +0100 |
commit | 376c1927ba46742dde9b3be7f6c4436ae81ccbab (patch) | |
tree | 82ff9290fa806d0f9304391004c8b71ebb7a6bfb | |
parent | 3b6e3313ac44c4f18d4b034491a9a0c3a259a578 (diff) | |
download | mastodon.py-376c1927ba46742dde9b3be7f6c4436ae81ccbab.tar.gz |
travis: codecov should be in after_script
-rw-r--r-- | .travis.yml | 5 |
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: | |||
6 | install: | 6 | install: |
7 | - pip install . | 7 | - pip install . |
8 | - pip install codecov | 8 | - pip install codecov |
9 | script: | 9 | script: python setup.py pytest |
10 | - python setup.py pytest | 10 | after_script: codecov |
11 | - codecov | ||
12 | 11 | ||
13 | cache: pip | 12 | cache: pip |