Skip to content

Commit

Permalink
add python 3.5 and update django version
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Oct 28, 2015
1 parent 73ac3c0 commit ea3f591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ 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"
Expand All @@ -23,7 +24,7 @@ matrix:
- 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 ea3f591

Please sign in to comment.