Skip to content

Commit 7710a30

Browse files
committed
attemp to add coveralls
1 parent 59d272b commit 7710a30

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ python:
33
- "2.7"
44

55
# command to install dependencies
6-
install: "pip install -r requirements.txt"
7-
6+
install:
7+
- pip install -r requirements.txt
8+
- pip install coveralls
89
# command to run tests
9-
script: nosetests
10+
script: nosetests --with-coverage
11+
12+
after_success:
13+
coveralls

0 commit comments

Comments
 (0)