diff --git a/templates/travis.yml.j2 b/templates/travis.yml.j2 index 5b07a4d..d9a7db7 100644 --- a/templates/travis.yml.j2 +++ b/templates/travis.yml.j2 @@ -97,10 +97,8 @@ install: - pip install tox script: -{% if tox_parallel is defined %} -{% if tox_parallel %} +{% if tox_parallel is defined and tox_parallel %} - tox --parallel all -{% endif %} {% else %} - tox {% endif %}