File tree 4 files changed +13
-0
lines changed
4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 7
7
- " 3.5"
8
8
- " 3.4"
9
9
- " 3.6"
10
+ # - "3.7"
10
11
11
12
install :
12
13
- pip install tox-travis
13
14
14
15
script :
15
16
- 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
+
1
7
***********
2
8
giturlparse
3
9
***********
Original file line number Diff line number Diff line change 1
1
[pytest]
2
+ addopts = -v -rxXs --doctest-modules --cov =giturlparse --cov-report term-missing:skip-covered
3
+ norecursedirs = dist doc build .tox .eggs
2
4
testpaths = test/
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ pytest-cov
4
4
pytest-helpers-namespace
5
5
pytest-mock
6
6
yapf==0.21.0
7
+ python-coveralls==2.9.1
You can’t perform that action at this time.
0 commit comments