Skip to content

Commit

Permalink
Merge 454bb83 into 73ac3c0
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Oct 28, 2015
2 parents 73ac3c0 + 454bb83 commit 35ff673
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,31 @@ services:
- postgresql

python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "2.6"

env:
- DJANGO="django==1.8.4"
- DJANGO="django==1.8.5"
- DJANGO="django==1.7.10"
- DJANGO="django==1.6.11"
- DJANGO="django==1.5.12"

matrix:
exclude:
- python: "3.5"
env: DJANGO="django==1.7.10"
- python: "3.5"
env: DJANGO="django==1.6.11"
- python: "3.5"
env: DJANGO="django==1.5.12"
- python: "2.6"
env: DJANGO="django==1.7.10"
- python: "2.6"
env: DJANGO="django==1.8.4"
env: DJANGO="django==1.8.5"

branches:
only:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ def get_install_requires():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
]
)

0 comments on commit 35ff673

Please sign in to comment.