From 4df9c2fdb66b4f013a2ccd4948fd0872023c28a9 Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Tue, 27 Dec 2016 14:36:50 -0800 Subject: [PATCH] Add PY3 to Travis and TOX --- .travis.yml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e5d2e4..1e0d8fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - 2.7 +- 3.4 +- 3.5 install: - pip install tox-travis - pip install coveralls diff --git a/tox.ini b/tox.ini index 910c4f4..5ae5d81 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27 +envlist = py27,py34,py35 [testenv] deps =