Skip to content

Commit

Permalink
Add support for tox (http://tox.testrun.org/)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 4, 2012
1 parent f292341 commit f19a04c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
*.pot
*.py[co]
docs/_build/
.tox
12 changes: 12 additions & 0 deletions tox.ini
@@ -0,0 +1,12 @@
# Tox (http://tox.testrun.org/) 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]
changedir = {toxinidir}/tests
commands =
{envpython} runtests.py --settings=test_sqlite

0 comments on commit f19a04c

Please sign in to comment.