We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7e274 commit f8f679bCopy full SHA for f8f679b
.travis.yml
@@ -8,3 +8,5 @@ script:
8
- safety check
9
- black . --check
10
- pytest
11
+ - coverage run -m pytest tests
12
+after_success: coveralls
0 commit comments