Skip to content

Commit

Permalink
Let's see if travis knows python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Jan 4, 2017
1 parent 9e9cbec commit d46ff4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3

Expand All @@ -18,9 +19,11 @@ matrix:
- python: pypy
- python: pypy3
exclude:
# Django 1.7 is not supported on python 3.5.
# Django 1.7 is not supported on python 3.5+.
- python: 3.5
env: DJANGO_VERSION=1.7.11
- python: 3.6
env: DJANGO_VERSION=1.7.11

install:
- pip install -q -r requirements.txt
Expand Down

0 comments on commit d46ff4f

Please sign in to comment.