mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-12 07:03:10 +00:00
Python 3.6 support
CIT manifesto now includes Python 3.6 test.
This commit is contained in:
parent
cc6825f0d4
commit
be7f2c057c
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ matrix:
|
|||
env: DJANGO=django==1.9.*
|
||||
- python: 3.5
|
||||
env: DJANGO=django==1.10.*
|
||||
|
||||
- python: 3.6
|
||||
env: DJANGO=django==1.10.*
|
||||
|
||||
install:
|
||||
- pip install $DJANGO
|
||||
|
|
|
|||
Loading…
Reference in a new issue