We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8366dda commit e9e5cc3Copy full SHA for e9e5cc3
.travis.yml
@@ -8,6 +8,8 @@ addons:
8
packages:
9
- git
10
install:
11
- - pip install tox
+ - pip install tox codecov
12
script:
13
- tox
14
+after_success:
15
+ - codecov
0 commit comments