From fff38bf82584ce4720de470fe86ff70b99842047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Tue, 20 Sep 2016 20:58:37 +0200 Subject: [PATCH] Added 3.4 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b82e9c5..3c7ee6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - "2.7" + - "3.4" + - "3.5" install: "pip install -r requirements.txt" # run nosetests - Tests script: nosetests