mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-12-01 22:14:08 +03:00
Merge pull request #416 from bogdal/patch-1
Use python 3.5 on Heroku/Travis
This commit is contained in:
commit
b0f0b8686d
|
@ -9,7 +9,7 @@ before_install:
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
{% if cookiecutter.use_python2 == 'n' -%}
|
{% if cookiecutter.use_python2 == 'n' -%}
|
||||||
- "3.4"
|
- "3.5"
|
||||||
{% else %}
|
{% else %}
|
||||||
- "2.7"
|
- "2.7"
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{% if cookiecutter.use_python2 == 'n' -%}
|
{% if cookiecutter.use_python2 == 'n' -%}
|
||||||
python-3.4.3
|
python-3.5.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user