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