From d7f9ac827a497300333db635a0c4303da3d63e07 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 28 Jan 2014 15:33:15 +0100 Subject: Remove automatic tests for Python 2.5, neither Travis nor Tox support it anymore. --- .travis.yml | 3 +-- CHANGES | 4 ++++ tox.ini | 6 +----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8847d57..f9b41e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: 2.7 env: - - TOX_ENV=py25 PIP_INSECURE=1 - TOX_ENV=py26 - TOX_ENV=py27 - TOX_ENV=py32 @@ -10,4 +9,4 @@ env: install: - pip install tox script: - - tox -e $TOX_ENV \ No newline at end of file + - tox -e $TOX_ENV diff --git a/CHANGES b/CHANGES index 1c62111..27582e1 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,10 @@ Enhancements * Add missing FOREACH keyword. * Grouping of BEGIN/END blocks. +Other +* Python 2.5 isn't automatically tested anymore, neither Travis nor Tox + still support it out of the box. + Release 0.1.10 (Nov 02, 2013) ----------------------------- diff --git a/tox.ini b/tox.ini index 334e933..e0931b6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py25,py26,py27,py32,py33,pypy +envlist=py26,py27,py32,py33,pypy [testenv] deps= @@ -9,10 +9,6 @@ commands= sqlformat --version # Sanity check. py.test --cov=sqlparse/ tests -[testenv:py25] -setenv= - PIP_INSECURE=1 - [testenv:py32] changedir={envdir} commands= -- cgit v1.2.1