mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Adding tests
This commit is contained in:
parent
8c3ed7c629
commit
779a2f6d07
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +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"
|
||||||
|
|
Loading…
Reference in a new issue