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 46e042d commit bbeeb33Copy full SHA for bbeeb33
.travis.yml
@@ -8,12 +8,13 @@ matrix:
8
- python: 3.7
9
dist: xenial
10
install:
11
+- pip install codecov
12
- pip install -r requirements.txt
13
- pip install -r test-requirements.txt
14
script:
15
- pytest
16
after_success:
-- bash <(curl -s https://codecov.io/bash)
17
+- codecov
18
deploy:
19
provider: pypi
20
user: supercoderhawk
0 commit comments