Skip to content

Commit

Permalink
Updating travis python job for Firefox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 30, 2020
1 parent 03db079 commit 93ea33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ matrix:
<<: *python
<<: *firefox-nightly
python: 3.6
- env: MARIONETTE=1 TOXENV=py36-marionette
- env: MARIONETTE=1 TOXENV=py36-firefox
<<: *python
<<: *firefox-nightly
python: 3.6
Expand Down
3 changes: 1 addition & 2 deletions py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ commands =
py{27,36}-edge: py.test --driver=Edge {posargs}
py{27,36}-firefox: py.test --driver=Firefox {posargs}
py{27,36}-ie: py.test --driver=Ie {posargs}
py{27,36}-marionette: py.test --driver=Marionette {posargs}
py{27,36}-remote: py.test --driver=Remote {posargs}
py{27,36}-safari: py.test --driver=Safari {posargs}
py{27,36}-chromiumedge: py.test --driver=ChromiumEdge {posargs}
Expand All @@ -18,7 +17,7 @@ deps =
pytest==3.0.3
pytest-instafail==0.3.0
pytest-mock==1.5.0
py{27,33,34,35,36}-{unit,chrome,firefox,marionette,chromiumedge}: pytest-xdist==1.15
py{27,33,34,35,36}-{unit,chrome,firefox,chromiumedge}: pytest-xdist==1.15
urllib3==1.23

[testenv:docs]
Expand Down

0 comments on commit 93ea33c

Please sign in to comment.