Python 3.6 support

CIT manifesto now includes Python 3.6 test.
This commit is contained in:
Pouria Hadjibagheri 2017-01-16 20:39:31 +00:00 committed by GitHub
parent cc6825f0d4
commit be7f2c057c

View file

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