From a826ef8dcc440ad00202add25a514e680aaca48d Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Wed, 4 Jan 2017 13:52:14 +0000 Subject: [PATCH] Remove Python 3 from tox. Make mental note to suport in future. --- .travis.yml | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3cd8ec..28c96dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: python python: 2.7 env: - TOX_ENV=py27 -- TOX_ENV=py33 -- TOX_ENV=py34 - TOX_ENV=flake8 install: - pip install tox diff --git a/tox.ini b/tox.ini index 3b2abaf..74172e4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py3{3,4},flake8 +envlist = py27,flake8 [testenv] deps = -- GitLab