From 708cf27e8d968ba9e8b14402bd53d5250d0601b0 Mon Sep 17 00:00:00 2001 From: derAnfaenger Date: Wed, 16 Aug 2017 15:27:16 +0200 Subject: [PATCH] travis: Test against Python 3.4, 3.5, and 3.6. Fixes #44. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 95e1f6f..96788ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: python python: - "2.7" + - "3.4" + - "3.5" + - "3.6" install: - pip install pycodestyle==2.3.1 - pip install ./zulip