Skip to content

Commit

Permalink
add a tox.ini file closes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsaj committed Mar 12, 2012
1 parent 77cd653 commit 4b07312
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
@@ -0,0 +1,9 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py25,py26,py27
[testenv]
deps =
flask-sqlalchemy
flask-testing
mongoalchemy
commands=python test_admin.py

0 comments on commit 4b07312

Please sign in to comment.