Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bashu committed Jul 22, 2015
1 parent bded36a commit a58a140
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "2.7"
- "2.6"
- "pypy"
- "pypy3"
env:
- DJANGO_VERSION=1.4.21
- DJANGO_VERSION=1.5.12
Expand All @@ -19,6 +20,8 @@ script:
- env PYTHONPATH=`pwd` python example/manage.py test maintenancemode
matrix:
exclude:
- python: "pypy3"
env: DJANGO_VERSION=1.4.21
- python: "3.4"
env: DJANGO_VERSION=1.4.21
- python: "3.3"
Expand Down

0 comments on commit a58a140

Please sign in to comment.