mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +03:00
Change use_python2 to use_python3 in test Dockerfile.
This commit is contained in:
parent
56b2ef3dd2
commit
d1b5ace7f4
|
@ -1,4 +1,4 @@
|
|||
{% if cookiecutter.use_python2 == 'n' -%}
|
||||
{% if cookiecutter.use_python3 == 'y' -%}
|
||||
FROM python:3.5
|
||||
{% else %}
|
||||
FROM python:2.7
|
||||
|
|
Loading…
Reference in New Issue
Block a user