diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-12-31 21:38:36 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-12-31 21:38:36 +0100 |
| commit | f85b696fc10076be3e9fcf34085ef864f2121026 (patch) | |
| tree | 36fba5097a3dbfadfe567e106dbc95dc79832b2b /tox.ini | |
| parent | 1e5d8c9edc96765a9488d86e22ea4ac6619cc164 (diff) | |
| download | sqlparse-f85b696fc10076be3e9fcf34085ef864f2121026.tar.gz | |
Use tox for (local) testing.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +[tox] +envlist=py25,py26,py27,pypy + +[testenv] +deps= + pytest + pytest-cov +commands=py.test --cov=sqlparse/ tests
\ No newline at end of file |
