We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72738c commit 9388654Copy full SHA for 9388654
.travis.yml
@@ -10,3 +10,7 @@ install:
10
script:
11
- pylint ./src
12
- pytest
13
+
14
+# Turn email notifications off.
15
+notifications:
16
+ email: false
0 commit comments