Skip to content

Commit da21287

Browse files
committed
move lint to test script
1 parent e57132b commit da21287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ install:
1313
script:
1414
- echo $STREAM_KEY
1515
- python setup.py test
16+
- black stream_chat
17+
- pycodestyle --ignore=E501,E225,W293 stream_chat
18+
- python setup.py install
1619
after_script:
17-
- "black stream_chat"
18-
- "pycodestyle --ignore=E501,E225,W293 stream_chat"
19-
- "python setup.py install"
2020
- "codecov"

0 commit comments

Comments
 (0)