Use python 3.5 on Travis

This commit is contained in:
Adam Bogdał 2015-11-18 15:07:08 +01:00
parent c5481135f2
commit 518862d328

View File

@ -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 %}