There was an error while loading. Please reload this page.
1 parent 41ced1b commit 12f9022Copy full SHA for 12f9022
1 file changed
.travis.yml
@@ -4,4 +4,12 @@ python: 3.6
4
install: pip install pycodestyle
5
6
before_script:
7
- - pycodestyle --exclude=migrations,settings.py --max-line-length=100 .
+ - pycodestyle --exclude=migrations,settings.py --max-line-length=100 .
8
+
9
+notifications:
10
+ webhooks:
11
+ urls:
12
+ - https://webhooks.gitter.im/e/b119fa557626081e1f36
13
+ on_success: change # options: [always|never|change] default: always
14
+ on_failure: always # options: [always|never|change] default: always
15
+ on_start: never # options: [always|never|change] default: always
0 commit comments