Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Test on Python 3.2 in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
benkonrath committed Mar 9, 2014
1 parent 6c7e342 commit 48c1762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"

env:
Expand All @@ -12,6 +13,8 @@ env:

matrix:
exclude:
- python: "3.2"
env: DJANGO_VERSION=1.4.10
- python: "3.3"
env: DJANGO_VERSION=1.4.10

Expand Down

0 comments on commit 48c1762

Please sign in to comment.