mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 22:45:09 +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"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "nightly"
|
- "pypy"
|
||||||
|
- "pypy3"
|
||||||
install:
|
install:
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue