Commit 1e9ed94d by Gabriel Falcão

Merge pull request #263 from msabramo/tox

Add tox.ini for tox (http://tox.testrun.org/)
parents 922014f3 71998a84
......@@ -9,3 +9,4 @@ dist/
.DS_Store
*.swp
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