diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2014-01-28 15:33:15 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2014-01-28 15:33:15 +0100 |
| commit | d7f9ac827a497300333db635a0c4303da3d63e07 (patch) | |
| tree | 73a4708e184e3bbcb89d19a62027be363736e062 /tox.ini | |
| parent | d74ea26ec3a7f189ec00f6b949fd95082ba5b204 (diff) | |
| download | sqlparse-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.ini | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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= |
