Skip to content

Commit 002a34e

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 93af259 + 16b2693 commit 002a34e

13 files changed

+5169
-519
lines changed

.coveragerc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[report]
2+
omit =
3+
tests/*

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ install:
1515
- pip install networkx
1616
- pip install ipywidgets
1717
- pip install Pillow
18+
- pip install pytest-cov
1819
- pip install ipythonblocks
1920

2021
script:
21-
- py.test
22+
- py.test --cov=./
2223
- python -m doctest -v *.py
2324

2425
after_success:

0 commit comments

Comments
 (0)