Skip to content

Commit f4c4617

Browse files
committed
.travis.yml: Enable reports to coveralls.
1 parent d3fe418 commit f4c4617

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ install:
4040
script:
4141
# Run tests.
4242
- python nosetests.py
43-
#after_success:
43+
after_success:
4444
# Submit results to coveralls.io.
45-
#- coveralls
45+
- coveralls
4646
# Use container format for TravisCI for quicker startup and builds.
4747
sudo: false

0 commit comments

Comments
 (0)