File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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+
123137Please file bug reports and feature requests on the project site at
124138https://github.com/andialbrecht/sqlparse/issues/new or if you have
125139code to contribute upload it to http://codereview.appspot.com and
You can’t perform that action at this time.
0 commit comments