Skip to content

Commit

Permalink
Support 1.9, drop old support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman committed Dec 5, 2015
1 parent b8030ba commit 306495a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Expand Up @@ -3,13 +3,11 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"

env:
- DJANGO_VERSION=Django==1.4.2
- DJANGO_VERSION=Django==1.5
- DJANGO_VERSION=Django==1.6
- DJANGO_VERSION=Django==1.7
- DJANGO_VERSION=Django==1.8
- DJANGO_VERSION=Django==1.9

# command to install dependencies
install:
Expand All @@ -20,9 +18,3 @@ install:

script:
- python runtests.py


matrix:
exclude:
- python: "3.4"
env: DJANGO_VERSION=Django==1.4.2

0 comments on commit 306495a

Please sign in to comment.