summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-01-28 15:33:15 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2014-01-28 15:33:15 +0100
commitd7f9ac827a497300333db635a0c4303da3d63e07 (patch)
tree73a4708e184e3bbcb89d19a62027be363736e062 /tox.ini
parentd74ea26ec3a7f189ec00f6b949fd95082ba5b204 (diff)
downloadsqlparse-d7f9ac827a497300333db635a0c4303da3d63e07.tar.gz
Remove automatic tests for Python 2.5, neither Travis nor Tox support it anymore.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
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=