1
0
Fork 0

Add python3.6 & django1.11+ to tests

This commit is contained in:
Ivlev Denis 2017-07-08 15:01:55 +03:00
parent 21036d73c4
commit 8f63751f13

View file

@ -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'