mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-18 03:16:35 +01:00
parent
3318239cf6
commit
d0c27e2d46
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,8 @@ matrix:
|
||||||
dist: xenial
|
dist: xenial
|
||||||
- python: pypy3.5-5.10.1
|
- python: pypy3.5-5.10.1
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
- python: 3.8-dev
|
||||||
|
dist: xenial
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: pypy2.7-5.10.0
|
- python: pypy2.7-5.10.0
|
||||||
- python: pypy3.5-5.10.1
|
- python: pypy3.5-5.10.1
|
||||||
|
|
|
@ -2,7 +2,7 @@ environment:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# For Python versions available on Appveyor, see
|
# For Python versions available on Appveyor, see
|
||||||
# http://www.appveyor.com/docs/installed-software#python
|
# https://www.appveyor.com/docs/windows-images-software/#python
|
||||||
# The list here is complete (excluding Python 2.6, which
|
# The list here is complete (excluding Python 2.6, which
|
||||||
# isn't covered by this document) at the time of writing.
|
# isn't covered by this document) at the time of writing.
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ environment:
|
||||||
- PYTHON: "C:\\Python35"
|
- PYTHON: "C:\\Python35"
|
||||||
- PYTHON: "C:\\Python36"
|
- PYTHON: "C:\\Python36"
|
||||||
- PYTHON: "C:\\Python37"
|
- PYTHON: "C:\\Python37"
|
||||||
|
# - PYTHON: "C:\\Python38"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Reference in a new issue