Skip to content

Commit 38ae46a

Browse files
committed
Append eol characters.
1 parent 9f2cfa9 commit 38ae46a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ exclude_lines =
1212
ignore_errors = True
1313
omit =
1414
bt/tests/*
15-
bt/docs/*
15+
bt/docs/*

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ install:
88
# command to run tests
99
script:
1010
- nosetests --with-coverage --cover-package bt
11+
# command to run codecov coverage
1112
after_success:
12-
- codecov
13+
- codecov

0 commit comments

Comments
 (0)