From 6cb9c8fb8c52ba92f0f497ab7272cd6a19612acd Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Mon, 8 Feb 2016 09:35:07 +0500 Subject: [PATCH] drop official Python 2.6 and Python 3.2 support; fix tox.ini --- .travis.yml | 2 -- setup.py | 2 -- tox.ini | 3 ++- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6894f77..e539a2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,7 @@ python: - "3.5" - "3.4" - "3.3" - - "3.2" - "2.7" - - "2.6" # - "pypy" install: diff --git a/setup.py b/setup.py index 556432d..312c6dc 100755 --- a/setup.py +++ b/setup.py @@ -39,10 +39,8 @@ 'Programming Language :: Cython', '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.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', diff --git a/tox.ini b/tox.ini index 5dd9a9f..db306e7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ [tox] -envlist = py26,py27,py32,py33,py34 +envlist = py27,py33,py34,py35 [testenv] deps = pytest # psutil commands= + pip install -I . py.test [] # python bench/speed.py