Change use_python2 to use_python3 in test Dockerfile.

This commit is contained in:
Gregg Sangster 2016-09-12 16:23:28 -04:00
parent 56b2ef3dd2
commit d1b5ace7f4

View File

@ -1,4 +1,4 @@
{% if cookiecutter.use_python2 == 'n' -%}
{% if cookiecutter.use_python3 == 'y' -%}
FROM python:3.5
{% else %}
FROM python:2.7