mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 23:27:49 +01:00
Try updating to trusty
Currently about 1min of build time is spent updating libssl... maybe it's newer on trusty?
This commit is contained in:
parent
4b16d0937b
commit
51759307d7
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@ python:
|
|||
- "pypy"
|
||||
- "pypy3"
|
||||
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
@ -31,4 +34,4 @@ script:
|
|||
- python ./setup.py bdist_dumb
|
||||
|
||||
after_success:
|
||||
coveralls
|
||||
coveralls
|
Loading…
Reference in a new issue