Skip to content

Commit 9ae19b1

Browse files
committed
Try out coveralls
1 parent 8ae673e commit 9ae19b1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ python:
1111

1212
install:
1313
- "pip install ."
14-
- "pip install -U flake8"
14+
- "pip install -U coveralls flake8"
1515

1616
script:
17-
- "python setup.py test"
17+
- "coverage run --include='cdblib/*.py' setup.py test"
1818
- "flake8 ."
1919

2020
notifications:
2121
- email: false
22+
23+
after_success:
24+
- "coveralls"

0 commit comments

Comments
 (0)