Skip to content

Commit

Permalink
Add python 3.3 and 3.2 as allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Apr 8, 2013
1 parent 6f79f0b commit eb0d02d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,15 @@ env:
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.5
matrix:
include:
- python: 3.2
env: DJANGO_VERSION=1.5
- python: 3.3
env: DJANGO_VERSION=1.5
allow_failures:
- python: 3.2
- python: 3.3
install:
- pip install Django==$DJANGO_VERSION
- python setup.py install
Expand Down

0 comments on commit eb0d02d

Please sign in to comment.