mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +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:
|
||||
exclude:
|
||||
- python: 3.3
|
||||
- python: "3.3"
|
||||
env: DJANGO=1.4
|
||||
- python: 3.3
|
||||
- python: "3.3"
|
||||
env: DJANGO=1.5
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue