Skip to content

Commit

Permalink
Upgraded what we test against
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 21, 2015
1 parent 4c7d610 commit 827a354
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -6,14 +6,14 @@ python:
- "3.5"

env:
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.2
- DJANGO_VERSION=1.9b1
- DJANGO_VERSION=1.7.10
- DJANGO_VERSION=1.8.6
- DJANGO_VERSION=1.9rc1

matrix:
exclude:
- python: "3.5"
env: "DJANGO_VERSION=1.7.8"
env: "DJANGO_VERSION=1.7.10"

sudo: false

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -103,8 +103,7 @@ def run(self):
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
install_requires=[
'six>=1.5.2',
Expand Down

0 comments on commit 827a354

Please sign in to comment.