mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
Fixed whitespace issue
This commit is contained in:
parent
6974d2ac79
commit
303986f333
|
@ -18,11 +18,11 @@ class ExecutionEngine(hitchtest.ExecutionEngine):
|
||||||
|
|
||||||
def set_up(self):
|
def set_up(self):
|
||||||
"""Ensure virtualenv present, then run all services."""
|
"""Ensure virtualenv present, then run all services."""
|
||||||
{% if cookiecutter.use_python2 == 'n' %}
|
{% if cookiecutter.use_python2 == 'n' -%}
|
||||||
python_package = hitchpython.PythonPackage("2.7.10")
|
python_package = hitchpython.PythonPackage("2.7.10")
|
||||||
{% else %}
|
{%- else -%}
|
||||||
python_package = hitchpython.PythonPackage("3.5.0")
|
python_package = hitchpython.PythonPackage("3.5.0")
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
python_package.build()
|
python_package.build()
|
||||||
python_package.verify()
|
python_package.verify()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user