File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11---
2- sudo : required
3-
42language : python
53python :
64 - " 2.7"
@@ -10,10 +8,10 @@ python:
108 # - "3.7"
119
1210install :
13- - pip install tox-travis
11+ - pip install tox-travis coveralls
1412
1513script :
1614 - tox
1715
1816after_success :
19- - coveralls --data_file .coverage
17+ - coveralls
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
2+ addopts = -v -rxXs --doctest-modules --cov giturlparse --cov-report term-missing
33norecursedirs = dist doc build .tox .eggs
44testpaths = test/
Original file line number Diff line number Diff line change 33pytest-cov
44pytest-mock
55yapf==0.21.0
6- python-coveralls==2.9.1
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ skipsdist = true
99
1010[testenv]
1111passenv = *
12+ setenv = COVERAGE_FILE ={toxworkdir}/.coverage
1213deps =
1314 -rrequirements.txt
1415 -rtest-requirements.txt
You can’t perform that action at this time.
0 commit comments