From f87b8db820a7218ded1608c3748fc5da955684f7 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Thu, 2 Feb 2017 14:35:01 +0100 Subject: [PATCH] Stop testing against Python 3.3. --- .travis.yml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e55b27..cb68856 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python sudo: false python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/tox.ini b/tox.ini index 2c362cc..1465671 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34,py35,py36,pypy +envlist = py27,py34,py35,py36,pypy [testenv] install_command = pip install --no-cache-dir --no-binary=:all: {opts} {packages}