Skip to content

Commit e49675c

Browse files
committed
Add note about testing to documentation.
1 parent 41df204 commit e49675c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/intro.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,20 @@ 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
126+
127+
Make sure to run the test suite before sending a pull request by running
128+
129+
.. code-block:: bash
130+
131+
$ tox
132+
133+
It's ok, if :command:`tox` doesn't find all interpreters listed
134+
above. Ideally a Python 2 and a Python 3 version should be tested
135+
locally.
136+
123137
Please file bug reports and feature requests on the project site at
124138
https://github.com/andialbrecht/sqlparse/issues/new or if you have
125139
code to contribute upload it to http://codereview.appspot.com and

0 commit comments

Comments
 (0)