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 82a9fb6 commit 65a15e4Copy full SHA for 65a15e4
.coveragerc
@@ -0,0 +1,5 @@
1
+[run]
2
+include = */core/*
3
+include = */dot/*
4
+omit = */tests/*
5
+
.travis.yml
@@ -4,6 +4,7 @@ python:
- 3.5
- 3.6
6
install:
7
+ - travis_retry pip install coveralls
8
- travis_retry pip install -e ./core
9
- travis_retry pip install -e ./dot
10
script:
0 commit comments