From 0eb2917e50565554b9e14543ef963169824e3c67 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 18 Mar 2015 16:36:24 -0700 Subject: [PATCH] update tox and travis config for supported python versions 2.7 and 3.4 --- .travis.yml | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9554c09..5b54afb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ language: python env: - TOXENV=py27 - - TOXENV=py32 - - TOXENV=py33 - TOXENV=py34 before_install: diff --git a/tox.ini b/tox.ini index 3e0cf7d..f5b0c23 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py34 +envlist = py27, py34 [testenv] commands = py.test warcprox