From 5f281001a78a25dd750761f7c5f7cd5e92a10911 Mon Sep 17 00:00:00 2001 From: Matthew Neeley Date: Tue, 20 Dec 2016 16:34:55 -0800 Subject: [PATCH] Test against python 3.4 and 3.5 on travis-ci --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9979bfdf..96c1680c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python sudo: false python: - "2.7" + - "3.4" + - "3.5" install: - cat requirements.txt | perl -p -i -e 's/>=/==/g' > exact_requirements.txt - pip install -r exact_requirements.txt