We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa2091 commit 04165e6Copy full SHA for 04165e6
1 file changed
.travis.yml
@@ -5,5 +5,8 @@ python:
5
- "3.3"
6
install:
7
- "pip install -r tests/requirements.txt --use-mirrors"
8
+ - "pip install coveralls"
9
script:
10
- "nosetests --with-coverage --cover-package=redmine"
11
+after_success:
12
+ - "coveralls"
0 commit comments