summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2017-11-21 11:36:07 +0100
committerGitHub <noreply@github.com>2017-11-21 11:36:07 +0100
commit97c72d7ae34518bbc2dd142fdf4ffeedcb9b0e8f (patch)
tree26d6fd3e2ce6ef40da723072779247d1dbf073fd
parent0a641f9d6e89a8ef50d883c527d1fffd028421bd (diff)
parent7a98757b024cd2839f92004a3abeefbfa35ea45b (diff)
downloadsqlparse-97c72d7ae34518bbc2dd142fdf4ffeedcb9b0e8f.tar.gz
Merge pull request #363 from jdufresne/py26
Remove references and testing for unsupported Python versions
-rw-r--r--.travis.yml2
-rw-r--r--docs/source/intro.rst6
2 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a13598..0dd101a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ python: 3.5
env:
- TOXENV=flake8
- - TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
@@ -23,7 +22,6 @@ matrix:
env: TOXENV=pypy33
allow_failures:
- - env: TOXENV=py26
- env: TOXENV=py37
- env: TOXENV=pypy_54
- env: TOXENV=pypy33
diff --git a/docs/source/intro.rst b/docs/source/intro.rst
index 2a2d27d..53ed27c 100644
--- a/docs/source/intro.rst
+++ b/docs/source/intro.rst
@@ -120,9 +120,9 @@ To check out the latest sources of this module run
to check out the latest sources from the repository.
-:mod:`sqlparse` is currently tested under Python 2.5, 2.6, 2.7, 3.2 and
-pypy. Tests are automatically run on each commit and for each pull
-request on Travis: https://travis-ci.org/andialbrecht/sqlparse
+:mod:`sqlparse` is currently tested under Python 2.7, >=3.3 and pypy. Tests are
+automatically run on each commit and for each pull request on Travis:
+https://travis-ci.org/andialbrecht/sqlparse
Make sure to run the test suite before sending a pull request by running