1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

debug travis

This commit is contained in:
Lu Wang 2014-11-20 16:30:19 +08:00
parent 899eeef3a4
commit f54dfba996

View File

@ -117,7 +117,8 @@ def generate_classes():
module = globals()
for browser in BROWSER_MATRIX:
d = dict(test_remote_browser_base.__dict__)
caps = SAUCE_OPTIONS.copy()
#caps = SAUCE_OPTIONS.copy()
caps = {}
caps.update(browser[1])
tunnel_identifier = os.environ.get('TRAVIS_JOB_NUMBER')
if tunnel_identifier: