mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-12 14:43:09 +00:00
Use python 3.5 on Travis
This commit is contained in:
parent
c5481135f2
commit
518862d328
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ before_install:
|
|||
language: python
|
||||
python:
|
||||
{% if cookiecutter.use_python2 == 'n' -%}
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
{% else %}
|
||||
- "2.7"
|
||||
{%- endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue