Skip to content

Commit

Permalink
Updated Travis CI configuration: included Django 2.0, Python 3.6 and …
Browse files Browse the repository at this point in the history
…PyPy3.5-v5.10.1. Condition for deploy changed to Django 1.11, the current LTS release.
  • Loading branch information
jsmitka committed Apr 6, 2018
1 parent 2ce7e37 commit 656f7d5
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3.3-5.5-alpha
- pypy3.5-5.10.1
env:
- DJANGO=1.4.15
- DJANGO=1.6.7
Expand All @@ -15,6 +17,7 @@ env:
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
- DJANGO=2.0
install:
- pip install -q gitversion
- pip install -q Django==$DJANGO
Expand All @@ -36,6 +39,10 @@ matrix:
env: DJANGO=1.10
- python: 2.6
env: DJANGO=1.11
- python: 2.6
env: DJANGO=2.0
- python: 2.7
env: DJANGO=2.0
- python: 3.3
env: DJANGO=1.4.15
- python: 3.3
Expand All @@ -44,6 +51,8 @@ matrix:
env: DJANGO=1.10
- python: 3.3
env: DJANGO=1.11
- python: 3.3
env: DJANGO=2.0
- python: 3.4
env: DJANGO=1.4.15
- python: 3.5
Expand All @@ -52,6 +61,20 @@ matrix:
env: DJANGO=1.6.7
- python: 3.5
env: DJANGO=1.7
- python: 3.6
env: DJANGO=1.4.15
- python: 3.6
env: DJANGO=1.6.7
- python: 3.6
env: DJANGO=1.7
- python: 3.6
env: DJANGO=1.8
- python: 3.6
env: DJANGO=1.9
- python: 3.6
env: DJANGO=1.10
- python: pypy
env: DJANGO=2.0
- python: pypy3.3-5.5-alpha
env: DJANGO=1.4.15
- python: pypy3.3-5.5-alpha
Expand All @@ -60,6 +83,14 @@ matrix:
env: DJANGO=1.10
- python: pypy3.3-5.5-alpha
env: DJANGO=1.11
- python: pypy3.3-5.5-alpha
env: DJANGO=2.0
- python: pypy3.5-5.10.1
env: DJANGO=1.4.15
- python: pypy3.5-5.10.1
env: DJANGO=1.6.7
- python: pypy3.5-5.10.1
env: DJANGO=1.7
deploy:
provider: pypi
user: LeaChim
Expand All @@ -70,4 +101,4 @@ deploy:
all_branches: true
repo: mikebryant/django-autoconfig
tags: true
condition: "$DJANGO = 1.9"
condition: "$DJANGO = 1.11"

0 comments on commit 656f7d5

Please sign in to comment.