Skip to content

Commit 470eacc

Browse files
committed
[py] At attempt to run tests without xdist. For unknown reason travis can't start a driver for the very first test on gw1, lets' check if the job will work without xdist.
1 parent 0981c62 commit 470eacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands =
77
py{27,33,34,35,36}-unit: py.test -n=auto {posargs:test/unit}
88
py{27,36}-chrome: py.test -n=auto --driver=Chrome {posargs}
99
py{27,36}-edge: py.test --driver=Edge {posargs}
10-
py{27,36}-firefox: py.test -n=auto --driver=Firefox {posargs}
10+
py{27,36}-firefox: py.test --driver=Firefox {posargs}
1111
py{27,36}-ie: py.test --driver=Ie {posargs}
1212
py{27,36}-marionette: py.test --driver=Marionette {posargs}
1313
py{27,36}-phantomjs: py.test -n=auto --driver=PhantomJS {posargs}

0 commit comments

Comments
 (0)