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 861b62d commit 65849eeCopy full SHA for 65849ee
.travis.yml
@@ -10,6 +10,12 @@ install:
10
- pip install nose
11
- pip install pycodestyle
12
- pip install dicttoxml
13
+notifications:
14
+ email:
15
+ recipients:
16
+ - wjielai@tencent.com
17
+ - fysntian@tencent.com
18
+ - burningzhan@tencent.com
19
script:
20
- pycodestyle --max-line-length=180 qcloud_cos/.
21
- nosetests -s -v ut/
0 commit comments