diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2013-01-01 15:08:52 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2013-01-01 15:08:52 +0100 |
| commit | e49675ca7b32a0271a3808d94eba2c1ff5bd2b67 (patch) | |
| tree | e6cbdf9c1e93dda4ced9cdec221c3e714e7f152b /docs/source | |
| parent | 41df204d37716c2efa5d83bf957f74c56a075467 (diff) | |
| download | sqlparse-e49675ca7b32a0271a3808d94eba2c1ff5bd2b67.tar.gz | |
Add note about testing to documentation.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/intro.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 6ea10e1..a7867a5 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -120,6 +120,20 @@ 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 + +Make sure to run the test suite before sending a pull request by running + +.. code-block:: bash + + $ tox + +It's ok, if :command:`tox` doesn't find all interpreters listed +above. Ideally a Python 2 and a Python 3 version should be tested +locally. + Please file bug reports and feature requests on the project site at https://github.com/andialbrecht/sqlparse/issues/new or if you have code to contribute upload it to http://codereview.appspot.com and |
