From 5b748ebca69fb6d69b156d4033b2026a6a31498c Mon Sep 17 00:00:00 2001 From: Greg Leclercq Date: Tue, 5 Aug 2014 22:45:08 +0200 Subject: [PATCH] Update tox.ini and .travis.yml: drop builds for python2.6 and 3.3 --- .travis.yml | 4 +--- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3d8cbb57..81a26eb07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,9 @@ language: python python: - - "3.3" - "2.7" - - "2.6" - "pypy" install: pip install -U . -script: py.test \ No newline at end of file +script: py.test diff --git a/tox.ini b/tox.ini index 88a9f8743..1d132fe4d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist =py26,py27,py33 +envlist =py27 [testenv] deps=pytest commands= - py.test \ No newline at end of file + py.test