mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Update Django versions we test against; 1.4 now excluded
This commit is contained in:
parent
61f49786c0
commit
bfd76e7f05
@ -1,11 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=1.4.13
|
||||
- DJANGO=1.5.8
|
||||
- DJANGO=1.6.5
|
||||
- DJANGO=1.5.10
|
||||
- DJANGO=1.6.7
|
||||
- DJANGO=1.7
|
||||
install:
|
||||
- pip install argparse
|
||||
- pip install -q Django==$DJANGO
|
||||
|
Loading…
Reference in New Issue
Block a user