mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
travis: Use xenial dist for pypy
Cryptography started complaning about old openssl - hopefully xenial has a newer version
This commit is contained in:
parent
27b757df32
commit
710f43a23a
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@ matrix:
|
|||
dist: xenial
|
||||
sudo: true
|
||||
- python: pypy2.7-5.10.0
|
||||
dist: xenial
|
||||
- python: pypy3.5-5.10.1
|
||||
dist: xenial
|
||||
allow_failures:
|
||||
- python: pypy2.7-5.10.0
|
||||
- python: pypy3.5-5.10.1
|
||||
|
|
Loading…
Reference in a new issue