Skip to content

Commit

Permalink
[py] use Firefox w/ geckodriver for remote testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Aug 3, 2018
1 parent b39ea54 commit 969b05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ matrix:
<<: *python
<<: *firefox-esr
python: 3.6
- env: TOXENV=py36-remote
- env: MARIONETTE=1 TOXENV=py36-remote
<<: *python
<<: *firefox-esr
<<: *firefox-nightly
python: 3.6
- env: MARIONETTE=1 TOXENV=py36-marionette
<<: *python
Expand Down
1 change: 0 additions & 1 deletion py/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def fin():
options = get_options(driver_class, request.config)
if driver_class == 'Remote':
capabilities = DesiredCapabilities.FIREFOX.copy()
capabilities['marionette'] = False
kwargs.update({'desired_capabilities': capabilities})
options = get_options('Firefox', request.config)
if driver_class == 'WebKitGTK':
Expand Down

0 comments on commit 969b05d

Please sign in to comment.