This commit is contained in:
Marc Abramowitz 2012-06-22 16:11:26 -07:00 committed by benoitc
parent 9dba6bf7ec
commit 0e88aa6907
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ html/
examples/frameworks/pylonstest/PasteScript*
examples/frameworks/pylonstest/pylonstest.egg-info/
examples/frameworks/django/testing/testdb.sql
.tox

11
tox.ini Normal file
View File

@ -0,0 +1,11 @@
# 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, pypy
[testenv]
commands = nosetests
deps = nose