Skip to content

Commit

Permalink
Merge pull request #389 from loles/parallel
Browse files Browse the repository at this point in the history
Run tests in parallel
  • Loading branch information
pigmej committed Nov 30, 2015
2 parents e325a08 + 16003a7 commit 2de3393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .testr.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
test_command=py.test --subunit $LISTOPT solar
test_id_option=--bar $IDFILE
test_command=py.test ./solar --subunit $LISTOPT $IDOPTION
test_id_option=--subunit-load-list=$IDFILE
test_list_option=--collectonly
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr --serial
commands = ostestr

[testenv:pep8]
deps = hacking==0.10.2
Expand Down

0 comments on commit 2de3393

Please sign in to comment.