Skip to content

Commit 7a98757

Browse files
committed
Remove references and testing for unsupported Python versions
1 parent f882515 commit 7a98757

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python: 3.5
33

44
env:
55
- TOXENV=flake8
6-
- TOXENV=py26
76
- TOXENV=py27
87
- TOXENV=py33
98
- TOXENV=py34
@@ -23,7 +22,6 @@ matrix:
2322
env: TOXENV=pypy33
2423

2524
allow_failures:
26-
- env: TOXENV=py26
2725
- env: TOXENV=py37
2826
- env: TOXENV=pypy_54
2927
- env: TOXENV=pypy33

docs/source/intro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ To check out the latest sources of this module run
120120
121121
to check out the latest sources from the repository.
122122

123-
:mod:`sqlparse` is currently tested under Python 2.5, 2.6, 2.7, 3.2 and
124-
pypy. Tests are automatically run on each commit and for each pull
125-
request on Travis: https://travis-ci.org/andialbrecht/sqlparse
123+
:mod:`sqlparse` is currently tested under Python 2.7, >=3.3 and pypy. Tests are
124+
automatically run on each commit and for each pull request on Travis:
125+
https://travis-ci.org/andialbrecht/sqlparse
126126

127127
Make sure to run the test suite before sending a pull request by running
128128

0 commit comments

Comments
 (0)