File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed
Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 77 - " 3.5"
88 - " 3.4"
99 - " 3.6"
10+ # - "3.7"
1011
1112install :
1213 - pip install tox-travis
1314
1415script :
1516 - tox
17+
18+ after_success :
19+ - coveralls --data_file .coverage
Original file line number Diff line number Diff line change 1+ .. image :: http://img.shields.io/travis/retr0h/git-url-parse.svg?style=flat-square
2+ :target: https://travis-ci.org/retr0h/git-url-parse
3+
4+ .. image :: https://img.shields.io/coveralls/github/retr0h/git-url-parse.svg?style=flat-square
5+ :target: https://coveralls.io/github/retr0h/git-url-parse
6+
17***********
28giturlparse
39***********
Original file line number Diff line number Diff line change 11[pytest]
2+ addopts = -v -rxXs --doctest-modules --cov =giturlparse --cov-report term-missing:skip-covered
3+ norecursedirs = dist doc build .tox .eggs
24testpaths = test/
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ pytest-cov
44pytest-helpers-namespace
55pytest-mock
66yapf==0.21.0
7+ python-coveralls==2.9.1
You can’t perform that action at this time.
0 commit comments