mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Merge pull request #142 from ivlevdenis/master
Add python3.6 & django1.11+ to tests
This commit is contained in:
commit
74cba103dd
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ python:
|
|||
- '2.7'
|
||||
- '3.4'
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
env:
|
||||
matrix:
|
||||
- DJANGO='>=1.4,<1.5'
|
||||
|
|
@ -10,6 +11,7 @@ env:
|
|||
- DJANGO='>=1.8,<1.9'
|
||||
- DJANGO='>=1.9,<1.10'
|
||||
- DJANGO='>=1.10,<1.11'
|
||||
- DJANGO='>=1.11,<2.0'
|
||||
global:
|
||||
- secure: aswHU7pQroGM+GHoYlhXzzk2FYfqxXJORjqXPsbgoHAIu4Bssaj8+YAzIcdy3j9kSt4I8VBpjnn8H/wzQXki75JBZOosQrIeMK018+uR+ZMONBLqDYW/N7EJHLgZt9QXxQNKeZygrD4GN/Dc4gLHGvPQC/RfPuuHcnF0Liaahoo=
|
||||
- secure: RZ6M6984P885GRoyx9n/WCCWGoFAzYpS8sZkXu3e/HK9oPXfaM2IEHjkq03jIC/FcWn/QMtFjOUBqQU94rnqdivFdFkeZHk1WUQgC0hztH3Qhh9zu2PNIrYUDpVD5dJqBpprWbSwFP8yNsJlP9A2RUubTlZblKHuaBhhiuNN+kU=
|
||||
|
|
@ -23,10 +25,14 @@ matrix:
|
|||
python: '3.4'
|
||||
- env: DJANGO='>=1.4,<1.5'
|
||||
python: '3.5'
|
||||
- env: DJANGO='>=1.4,<1.5'
|
||||
python: '3.6'
|
||||
- env: DJANGO='>=1.7,<1.8'
|
||||
python: '2.6'
|
||||
- env: DJANGO='>=1.7,<1.8'
|
||||
python: '3.5'
|
||||
- env: DJANGO='>=1.7,<1.8'
|
||||
python: '3.6'
|
||||
- env: DJANGO='>=1.8,<1.9'
|
||||
python: '2.6'
|
||||
- env: DJANGO='>=1.9,<1.10'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue