mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 00:27:46 +01:00
Adding tests
This commit is contained in:
parent
a0d342b338
commit
3452a094e0
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script: "python test.py"
|
script: "make test"
|
||||||
|
|
Loading…
Reference in a new issue