From ea6db7124e530beba3fa6c0ce783eec224eb57fc Mon Sep 17 00:00:00 2001 From: John Dewey Date: Sun, 8 Apr 2018 21:24:21 -0700 Subject: [PATCH] Added python 3.4 and 3.5 support Fixes: #9 --- .travis.yml | 2 ++ setup.cfg | 2 ++ tox.ini | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39ca5bf..b93f9ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ sudo: required language: python python: - "2.7" + - "3.5" + - "3.4" - "3.6" install: diff --git a/setup.cfg b/setup.cfg index e3eb88a..aa7f5cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Topic :: System :: Systems Administration Topic :: Utilities diff --git a/tox.ini b/tox.ini index 346173a..577161f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,8 @@ [tox] minversion = 1.8 envlist = - py{27,36}-unit - py{27,36}-lint + py{27,34,34,36}-unit + py{27,34,35,36}-lint format-check doc skipsdist = true