mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-18 09:11:08 +00:00
Update .travis.yml
fix python version issue
This commit is contained in:
parent
aedba0b1f5
commit
7f3fad80ce
1 changed files with 4 additions and 0 deletions
|
|
@ -8,7 +8,11 @@ before_install:
|
|||
- sudo apt-get install -qq libsqlite3-dev libxml2 libxml2-dev libssl-dev libbz2-dev wget curl llvm
|
||||
language: python
|
||||
python:
|
||||
{% if cookiecutter.use_python2 == 'n' -%}
|
||||
- "3.4"
|
||||
{% else %}
|
||||
- "2.7"
|
||||
{%- endif %}
|
||||
install:
|
||||
- "pip install hitch"
|
||||
- "cd tests"
|
||||
|
|
|
|||
Loading…
Reference in a new issue