summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-12-31 21:38:36 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2012-12-31 21:38:36 +0100
commitf85b696fc10076be3e9fcf34085ef864f2121026 (patch)
tree36fba5097a3dbfadfe567e106dbc95dc79832b2b /tox.ini
parent1e5d8c9edc96765a9488d86e22ea4ac6619cc164 (diff)
downloadsqlparse-f85b696fc10076be3e9fcf34085ef864f2121026.tar.gz
Use tox for (local) testing.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..959054d
--- /dev/null
+++ b/tox.ini
@@ -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