Merge pull request #416 from bogdal/patch-1

Use python 3.5 on Heroku/Travis
This commit is contained in:
Daniel Roy Greenfeld 2015-11-20 08:50:58 -08:00
commit b0f0b8686d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ before_install:
language: python
python:
{% if cookiecutter.use_python2 == 'n' -%}
- "3.4"
- "3.5"
{% else %}
- "2.7"
{%- endif %}

View File

@ -1,3 +1,3 @@
{% if cookiecutter.use_python2 == 'n' -%}
python-3.4.3
python-3.5.0
{%- endif %}