mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +01:00
6 lines
97 B
YAML
6 lines
97 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: make test
|