Skip to content

Commit c6bcf05

Browse files
committed
updating travis
1 parent b73d3dc commit c6bcf05

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ python:
1010

1111
sudo: false
1212

13-
script: nosetests
13+
install:
14+
- pip install coveralls
15+
16+
script:
17+
coverage run --source=deepdiff setup.py test
18+
19+
after_success:
20+
- coveralls

0 commit comments

Comments
 (0)