mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 06:27:12 +01:00
Get chrome and firefox version on CI as well
This commit is contained in:
parent
e742a9e293
commit
abfc9ffe23
1 changed files with 0 additions and 6 deletions
|
|
@ -12,8 +12,6 @@
|
|||
from polyglot.builtins import filter
|
||||
from setup import download_securely
|
||||
|
||||
is_ci = os.environ.get('CI', '').lower() == 'true'
|
||||
|
||||
|
||||
def download_from_calibre_server(url):
|
||||
ca = os.path.join(sys.resources_location, 'calibre-ebook-root-CA.crt')
|
||||
|
|
@ -39,8 +37,6 @@ def common_user_agents():
|
|||
|
||||
|
||||
def firefox_versions():
|
||||
if is_ci:
|
||||
return '51.0 50.0'.split()
|
||||
print('Getting firefox versions...')
|
||||
import html5lib
|
||||
raw = download_securely(
|
||||
|
|
@ -55,8 +51,6 @@ def firefox_versions():
|
|||
|
||||
|
||||
def chrome_versions():
|
||||
if is_ci:
|
||||
return []
|
||||
print('Getting chrome versions...')
|
||||
import html5lib
|
||||
raw = download_securely(
|
||||
|
|
|
|||
Loading…
Reference in a new issue