Skip to content

Commit f2522fe

Browse files
committed
Added coverage and coveralls in travis conf
1 parent 27afc3f commit f2522fe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
install: "pip install -r requirements.txt --use-mirrors"
6-
script: python setup.py test
5+
install:
6+
- "pip install -r requirements.txt --use-mirrors"
7+
- "pip install coverage"
8+
- "pip install coveralls"
9+
script:
10+
- "coverage run --source=about_code_tool setup.py test"
11+
after_success:
12+
coveralls

0 commit comments

Comments
 (0)