Run tests in parallel

This commit is contained in:
Łukasz Oleś 2015-11-27 18:12:16 +01:00
parent c3a13e7cee
commit 16003a72e1
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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