Test multiple Django versions on Travis.

This commit is contained in:
Martin Mahner 2013-11-25 23:00:55 +01:00
parent 012a268b59
commit b09bc89f76

View file

@ -11,9 +11,9 @@ env:
matrix:
exclude:
- python: 3.3
- python: "3.3"
env: DJANGO=1.4
- python: 3.3
- python: "3.3"
env: DJANGO=1.5
install: