mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +01:00
Using nose to test on travis
This commit is contained in:
parent
fa387d1821
commit
c6bf13e407
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ python:
|
|||
install:
|
||||
- pip install coveralls
|
||||
script:
|
||||
coverage run tests/run.py
|
||||
nosetests --with-coverage --cover-package telegram/
|
||||
after_success:
|
||||
coveralls
|
||||
|
|
Loading…
Reference in a new issue