Skip to content

Commit

Permalink
Tests against multiple versions of Django
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Nov 8, 2013
1 parent b12adc3 commit 5ccaf9a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Expand Up @@ -4,10 +4,20 @@ python:
- "2.7"
- "3.2"
- "3.3"
env:
- DJANGO=1.4
- DJANGO=1.5
- DJANGO=1.6
install:
- pip install -U setuptools
- python bootstrap.py
- ./bin/buildout
- ./bin/buildout versions:django=$DJANGO
matrix:
exclude:
- python: 3.2
env: DJANGO=1.4
- python: 3.3
env: DJANGO=1.4
before_script:
- ./bin/flake8 app_namespace
script:
Expand Down

0 comments on commit 5ccaf9a

Please sign in to comment.