File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- sudo : required
3
-
4
2
language : python
5
3
python :
6
4
- " 2.7"
@@ -10,10 +8,10 @@ python:
10
8
# - "3.7"
11
9
12
10
install :
13
- - pip install tox-travis
11
+ - pip install tox-travis coveralls
14
12
15
13
script :
16
14
- tox
17
15
18
16
after_success :
19
- - coveralls --data_file .coverage
17
+ - coveralls
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
2
+ addopts = -v -rxXs --doctest-modules --cov giturlparse --cov-report term-missing
3
3
norecursedirs = dist doc build .tox .eggs
4
4
testpaths = test/
Original file line number Diff line number Diff line change 3
3
pytest-cov
4
4
pytest-mock
5
5
yapf==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
9
9
10
10
[testenv]
11
11
passenv = *
12
+ setenv = COVERAGE_FILE ={toxworkdir}/.coverage
12
13
deps =
13
14
-rrequirements.txt
14
15
-rtest-requirements.txt
You can’t perform that action at this time.
0 commit comments