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 0a9eece commit f0bb989Copy full SHA for f0bb989
.coveragerc
@@ -0,0 +1,5 @@
1
+[run]
2
+source = maxcube
3
+
4
+omit =
5
+ maxcube/connection.py
.travis.yml
@@ -6,7 +6,7 @@ python:
6
install:
7
- pip install coveralls
8
9
-script: coverage run --source maxcube setup.py test
+script: coverage run setup.py test
10
11
after_success:
12
- coveralls
0 commit comments