mirror of https://github.com/kianby/blog
test
parent
ac45ac1b6c
commit
da6d838193
@ -0,0 +1,3 @@
|
||||
[report]
|
||||
exclude_lines =
|
||||
if __name__ == '__main__':
|
@ -0,0 +1,19 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install commonmark coverage coveralls
|
||||
|
||||
script:
|
||||
- python -m unittest discover -bv
|
||||
- coverage run --branch --source=. -m unittest discover -bv
|
||||
- coverage report -m
|
||||
|
||||
after_success:
|
||||
- coveralls
|
Loading…
Reference in New Issue