We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd7519 commit e8f462fCopy full SHA for e8f462f
.coveragerc
@@ -0,0 +1,3 @@
1
+[report]
2
+omit =
3
+ tests/*
.travis.yml
@@ -15,10 +15,11 @@ install:
15
- pip install networkx
16
- pip install ipywidgets
17
- pip install Pillow
18
+ - pip install pytest-cov
19
- pip install ipythonblocks
20
21
script:
- - py.test
22
+ - py.test --cov=./
23
- python -m doctest -v *.py
24
25
after_success:
0 commit comments