From fa8eb0bf1b113ab17ede9cd107b7c3bd5cde39c3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 22 Nov 2017 09:43:52 -0800 Subject: [PATCH] Run unit tests against both Python 3.5 and 3.6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e2db159c..fc01da26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: + - 3.5 - 3.6 script: