mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Add PyPy to travis
This commit is contained in:
parent
6837bef9bb
commit
942706e20f
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ python:
|
|||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "nightly"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
install:
|
||||
- pip install coveralls
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue