X Tutup
Skip to content

Commit 8c0bcbf

Browse files
committed
Fixes typo on .travis.yml
1 parent 596fc2a commit 8c0bcbf

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
- pip install pylint flake8 coveralls
1414
- pip install -r requirements.txt
1515
script:
16-
nosetests --with-coverage --cover-package telegram/
17-
pylint -E telegram
18-
flake8 telegram
16+
- nosetests --with-coverage --cover-package telegram/
17+
- pylint -E telegram
18+
- flake8 telegram
1919
after_success:
2020
coveralls

0 commit comments

Comments
 (0)
X Tutup