Skip to content

Commit 04165e6

Browse files
committed
coveralls
1 parent 6aa2091 commit 04165e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ python:
55
- "3.3"
66
install:
77
- "pip install -r tests/requirements.txt --use-mirrors"
8+
- "pip install coveralls"
89
script:
910
- "nosetests --with-coverage --cover-package=redmine"
11+
after_success:
12+
- "coveralls"

0 commit comments

Comments
 (0)