Skip to content

Commit 46e042d

Browse files
add codecov, add github releases
1 parent 240fda4 commit 46e042d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ install:
1212
- pip install -r test-requirements.txt
1313
script:
1414
- pytest
15+
after_success:
16+
- bash <(curl -s https://codecov.io/bash)
1517
deploy:
1618
provider: pypi
1719
user: supercoderhawk
@@ -20,3 +22,10 @@ deploy:
2022
on:
2123
tag: true
2224
skip_existing: true
25+
- provider: releases
26+
api_key: "8492ef6fd7bd5b057f0774b35b4a031f09d881ed"
27+
file: "dist/*"
28+
skip_cleanup: true
29+
on:
30+
tags: true
31+
overwrite: true

0 commit comments

Comments
 (0)