From be7f2c057c6fcb53d0fc14dc8c921af56c82a1ce Mon Sep 17 00:00:00 2001 From: Pouria Hadjibagheri Date: Mon, 16 Jan 2017 20:39:31 +0000 Subject: [PATCH] Python 3.6 support CIT manifesto now includes Python 3.6 test. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 50e2fca..cbdacc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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