Skip to content

Commit 4467b84

Browse files
committed
adding coverage
1 parent c6bcf05 commit 4467b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- pip install coveralls
1515

1616
script:
17-
coverage run --source=deepdiff setup.py test
17+
coverage run --source=deepdiff tests.py
1818

1919
after_success:
2020
- coveralls

0 commit comments

Comments
 (0)