Commit 480e91c8 by Marc Abramowitz

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

parent 9ac86369
...@@ -9,3 +9,4 @@ dist/ ...@@ -9,3 +9,4 @@ dist/
.DS_Store .DS_Store
*.swp *.swp
tests/integration/django/grocery/grocery-db.sqlite tests/integration/django/grocery/grocery-db.sqlite
.tox
# 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 =
pip install --use-mirrors -q -r requirements.txt
make unit functional
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