Commit ae63b73e authored by Marc Abramowitz's avatar Marc Abramowitz

Add tox.ini for tox (http://tox.testrun.org/)

parent b7bd9bff
# 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]
commands = sudo {envbindir}/unit2 discover
deps = unittest2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment