Skip to content

Commit

Permalink
Don't try to run tests in parallel from tox
Browse files Browse the repository at this point in the history
It doesn't work, just results in no tests being run:
zopefoundation/zope.testrunner#5
  • Loading branch information
mgedmin committed May 22, 2013
1 parent f9d7618 commit 5bbe189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -7,7 +7,7 @@ commands =
# Run unit tests first.
zope-testrunner -u --test-path=src --auto-color --auto-progress
# Only run functional tests if unit tests pass.
zope-testrunner -f -j99 --test-path=src --auto-color --auto-progress
zope-testrunner -f --test-path=src --auto-color --auto-progress
deps =
ZODB >= 4.0.0b2
random2
Expand Down

0 comments on commit 5bbe189

Please sign in to comment.