We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2819f1 commit f5df49dCopy full SHA for f5df49d
3 files changed
.travis.yml
@@ -2,4 +2,6 @@ language: python
2
python:
3
- 2.7
4
script:
5
- - nosetests
+ - nosetests --with-coverage
6
+after_success: codecov
7
+install: pip install codecov
README.md
@@ -1,2 +1,2 @@
1
-Hello world
+Hello world [](https://codecov.io/github/codecov-test/python-2?branch=master)
=======
circle.yml
@@ -4,8 +4,11 @@ machine:
dependencies:
override:
+ - pip install codecov
8
- pip install -r requirements.txt
9
10
test:
11
12
13
+ post:
14
+ - codecov
0 commit comments