mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
debug travis
This commit is contained in:
parent
899eeef3a4
commit
f54dfba996
@ -117,7 +117,8 @@ def generate_classes():
|
|||||||
module = globals()
|
module = globals()
|
||||||
for browser in BROWSER_MATRIX:
|
for browser in BROWSER_MATRIX:
|
||||||
d = dict(test_remote_browser_base.__dict__)
|
d = dict(test_remote_browser_base.__dict__)
|
||||||
caps = SAUCE_OPTIONS.copy()
|
#caps = SAUCE_OPTIONS.copy()
|
||||||
|
caps = {}
|
||||||
caps.update(browser[1])
|
caps.update(browser[1])
|
||||||
tunnel_identifier = os.environ.get('TRAVIS_JOB_NUMBER')
|
tunnel_identifier = os.environ.get('TRAVIS_JOB_NUMBER')
|
||||||
if tunnel_identifier:
|
if tunnel_identifier:
|
||||||
|
Loading…
Reference in New Issue
Block a user