From 5d29ed2c4eec752d20fa82960b473db9fc99979a Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Thu, 25 Jan 2018 13:43:15 +1100 Subject: [PATCH] travis: test Python 3.6 We have a tox entry for py36-django111. We should test that in Travis CI. Signed-off-by: Daniel Axtens Reviewed-by: Stephen Finucane --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f43baa11..7589fc7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - 2.7 - 3.4 - 3.5 + - 3.6 addons: postgresql: "9.6" -- 2.47.3