mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +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
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
install: "pip install -r requirements.txt"
|
install:
|
||||||
script: "make test"
|
- pip install -r requirements.txt
|
||||||
|
script: make test
|
||||||
|
|
Loading…
Add table
Reference in a new issue