From 281b03ac8ebe8f558c200ee4ce3993731fa68800 Mon Sep 17 00:00:00 2001 From: Lukas Bednar Date: Mon, 2 Oct 2017 10:29:37 +0200 Subject: [PATCH] Dopping py26 and adding py36 support (#18) --- .travis.yml | 2 +- setup.cfg | 2 +- tox.ini | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d62ef6f..d2e51b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python python: - - "2.6" - "2.7" - "3.4" - "3.5" + - "3.6" addons: apt: packages: diff --git a/setup.cfg b/setup.cfg index ba0c16f..c1c5efd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,11 +23,11 @@ classifier= Operating System :: POSIX Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [files] packages= otopimdp diff --git a/tox.ini b/tox.ini index 408243e..d495024 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,10 @@ [tox] -envlist=py26,py27,py34,py35,pep8 +envlist=py27,py34,py35,py36,pep8 [tox:travis] -2.6 = py26 2.7 = py27, pep8 3.4 = py34, pep8 3.5 = py35, pep8 +3.6 = py36, pep8 [testenv] setenv= PYTHONPATH={toxinidir}:{envtmpdir}/otopi/src