From 747411d2cefa14b1ff6a6739cffc788fa5f16503 Mon Sep 17 00:00:00 2001 From: Jonathan Bouzekri Date: Wed, 26 Jul 2017 10:46:35 +0200 Subject: [PATCH] add python 3.4 and 3.5 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a2399c5..f231d09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - "2.7" + - "3.4" + - "3.5" - "3.6" install: - pip install -r requirements.txt