Different logic for roles that have not set tox_parallel.
This commit is contained in:
parent
00aa7aace2
commit
22c53ecdf2
|
|
@ -97,10 +97,8 @@ install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
||||||
script:
|
script:
|
||||||
{% if tox_parallel is defined %}
|
{% if tox_parallel is defined and tox_parallel %}
|
||||||
{% if tox_parallel %}
|
|
||||||
- tox --parallel all
|
- tox --parallel all
|
||||||
{% endif %}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
- tox
|
- tox
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue