mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
Test multiple Django versions on Travis.
This commit is contained in:
parent
012a268b59
commit
b09bc89f76
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: 3.3
|
- python: "3.3"
|
||||||
env: DJANGO=1.4
|
env: DJANGO=1.4
|
||||||
- python: 3.3
|
- python: "3.3"
|
||||||
env: DJANGO=1.5
|
env: DJANGO=1.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue