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 4afa4ae commit 771f69aCopy full SHA for 771f69a
.travis.yml
@@ -0,0 +1,9 @@
1
+language: python
2
+python: "3.8"
3
+if: type = pull_request
4
+install:
5
+ - pip install ".[dev]" coveralls
6
+script:
7
+ - inv cover
8
+after_success:
9
+ - coveralls --rcfile=coverage.rc
0 commit comments