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 e57132b commit da21287Copy full SHA for da21287
.travis.yml
@@ -13,8 +13,8 @@ install:
13
script:
14
- echo $STREAM_KEY
15
- python setup.py test
16
+ - black stream_chat
17
+ - pycodestyle --ignore=E501,E225,W293 stream_chat
18
+ - python setup.py install
19
after_script:
- - "black stream_chat"
- - "pycodestyle --ignore=E501,E225,W293 stream_chat"
- - "python setup.py install"
20
- "codecov"
0 commit comments