summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-10-24 06:14:09 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2013-10-24 06:14:09 +0200
commite3d32fadd637b53863d8c43593c39707a777c897 (patch)
treeccae8b38d9b27c6d0dc1da440981b8ccc8b908c3 /tox.ini
parente7b8ad372f6cfe6d14dcf1c7dc696a24b493e58c (diff)
downloadsqlparse-e3d32fadd637b53863d8c43593c39707a777c897.tar.gz
Cleanup tox.ini, remove Python 2.4 tests.
tox and virtualenv doesn't support Python 2.4 anymore and for us it's time to drop support too. For now it still works, but we don't test it anymore.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cb15600..334e933 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py24,py25,py26,py27,py32,py33,pypy
+envlist=py25,py26,py27,py32,py33,pypy
[testenv]
deps=
@@ -9,6 +9,10 @@ commands=
sqlformat --version # Sanity check.
py.test --cov=sqlparse/ tests
+[testenv:py25]
+setenv=
+ PIP_INSECURE=1
+
[testenv:py32]
changedir={envdir}
commands=