@@ -1,4 +1,5 @@
.coverage
+.tox
/cover
/build
/dist
@@ -12,4 +13,4 @@ pip-log.txt
.DS_Store
/docs/html
/docs/doctrees
-example/db.sqlite
+example/db.sqlite
@@ -0,0 +1,10 @@
+# Tox (http://codespeak.net/~hpk/tox/) is a tool for running tests
+# in multiple virtualenvs. This configuration file will run the
+# test suite on all supported python versions. To use it, "pip install tox"
+# and then run "tox" from this directory.
+
+[tox]
+envlist = py26, py27
+[testenv]
+commands = python setup.py test