mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Test travis config to allow failures for django master
This commit is contained in:
parent
4bcc02f735
commit
7d2f5b1251
1 changed files with 7 additions and 0 deletions
|
|
@ -15,6 +15,13 @@ matrix:
|
|||
env: DJANGO=1.9
|
||||
- python: "3.3"
|
||||
env: DJANGO=master
|
||||
allow_failures:
|
||||
- python: "2.7"
|
||||
env: DJANGO=master
|
||||
- python: "3.4"
|
||||
env: DJANGO=master
|
||||
- python: "3.5"
|
||||
env: DJANGO=master
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue