From 1c47a2004163d52a2cd1be279521e893ce6b8eac Mon Sep 17 00:00:00 2001 From: Zack YL Shih Date: Wed, 30 Nov 2016 11:16:24 +0800 Subject: [PATCH] remove test for py26 --- .travis.yml | 1 - tox.ini | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a80f5c8..3409627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ install: - pip install tox script: make tox env: - - TOXENV=py26 - TOXENV=py27 - TOXENV=pypy after_success: diff --git a/tox.ini b/tox.ini index 397ada5..86f7bd8 100644 --- a/tox.ini +++ b/tox.ini @@ -4,14 +4,9 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, pypy +envlist = py27, pypy skipsdist = True -[testenv:py26] -basepython = python2.6 -deps = -rrequirements.txt - unittest2 - [testenv:py27] basepython = python2.7