[PATCH 5/7] travis: test Python 3.6

Daniel Axtens dja at axtens.net
Thu Jan 25 13:43:15 AEDT 2018


We have a tox entry for py36-django111. We should test that in
Travis CI.

Signed-off-by: Daniel Axtens <dja at axtens.net>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index f43baa11e887..7589fc7f288a 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.14.1



More information about the Patchwork mailing list