Skip to content

Commit 0287851

Browse files
committed
Introducing code coverage using coveralls
1 parent af88ea1 commit 0287851

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.coveralls.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
service_name: travis-ci

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ python:
33
- "2.7"
44
- "3.4"
55
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
6-
script: "nosetests"
6+
script: "nosetests --with-coverage --cover-package=optimizely"
7+
after_success:
8+
- coveralls

0 commit comments

Comments
 (0)